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

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

Uses of QuasiBayesNet in pt.tumba.ngram.bayes
 

Fields in pt.tumba.ngram.bayes declared as QuasiBayesNet
(package private)  QuasiBayesNet InferenceGraph.qbn
           
 

Methods in pt.tumba.ngram.bayes that return QuasiBayesNet
(package private)  QuasiBayesNet InferenceGraph.convert_graph()
           
 QuasiBayesNet InferenceGraph.get_bayes_net()