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

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

Uses of VertexSet in pt.tumba.ngram.bayes
 

Methods in pt.tumba.ngram.bayes that return VertexSet
 VertexSet VertexSet.prepare_auxiliary_variable(BayesNet transformed_bn)
          Put together all the values for the possible vertices of credal set and create an auxiliary variable to indicate which vertex to consider There are three things to do: 1) Create an auxiliary_variable with correct values.