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

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

Uses of IFBayesNet in pt.tumba.ngram.bayes
 

Fields in pt.tumba.ngram.bayes declared as IFBayesNet
(package private)  IFBayesNet BayesInterchangeFormat.ifbn
           
(package private)  IFBayesNet XMLInterchangeFormat.ifbn
           
 

Methods in pt.tumba.ngram.bayes that return IFBayesNet
 IFBayesNet InterchangeFormat.get_ifbn()
           
 IFBayesNet BayesInterchangeFormat.get_ifbn()
           
 IFBayesNet XMLInterchangeFormat.get_ifbn()
           
 

Methods in pt.tumba.ngram.bayes with parameters of type IFBayesNet
 void IFProbabilityFunction.invert_tables(IFBayesNet ifbn)
          Method that inverts the tables in the ProbabilityFunction * object; necessary for formats that put the GIVEN * variables as the lowest running indexes in the tables.