Uses of Class
pt.tumba.ngram.bayes.InferenceGraph

Packages that use InferenceGraph
pt.tumba.ngram.bayes Implementation of Bayesian Network Classifiers that can be used to categorize text files using N-Grams as features. 
 

Uses of InferenceGraph in pt.tumba.ngram.bayes
 

Fields in pt.tumba.ngram.bayes declared as InferenceGraph
(package private)  InferenceGraph InferenceGraphNode.ig
           
 

Constructors in pt.tumba.ngram.bayes with parameters of type InferenceGraph
InferenceGraphNode(InferenceGraph i_g, ProbabilityVariable p_v, ProbabilityFunction p_f)
           
InferenceGraphNode(InferenceGraph i_g, ProbabilityVariable p_v, ProbabilityFunction p_f, java.awt.Point position)
           
InferenceGraphNode(InferenceGraph i_g, java.lang.String name)
           
InferenceGraphNode(InferenceGraph i_g, java.lang.String name, java.awt.Point position)