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

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

Uses of IFException in pt.tumba.ngram.bayes
 

Subclasses of IFException in pt.tumba.ngram.bayes
 class ParseException
          This exception is thrown when parse errors are encountered.
 

Methods in pt.tumba.ngram.bayes that throw IFException
 void InterchangeFormat.CompilationUnit()
           
 

Constructors in pt.tumba.ngram.bayes that throw IFException
BayesNet(java.io.InputStream istream)
          Construct a BayesNet from a textual description in a stream.
BayesNet(java.lang.String s)
          Construct a BayesNet from a textual description in a string.
BayesNet(java.net.URL url)
          Construct a BayesNet from a textual description in an URL.
BayesNet(java.net.URL context, java.lang.String spec)
          Construct a BayesNet from a textual description in an URL.
InferenceGraph(java.lang.String filename)
           
InferenceGraph(java.net.URL url)
           
QuasiBayesNet(java.io.InputStream istream)
           
QuasiBayesNet(java.lang.String s)
           
QuasiBayesNet(java.net.URL url)
           
QuasiBayesNet(java.net.URL context, java.lang.String spec)