Package pt.tumba.ngram.bayes

Implementation of Bayesian Network Classifiers that can be used to categorize text files using N-Grams as features.

See:
          Description

Interface Summary
MappingDouble  
 

Class Summary
ASCII_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_UCodeESC_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
BayesClassifier Implementation of Bayesian Network Classifiers.
BayesInterchangeFormat  
BayesNet  
Bracketing Perform bisection to find the root of a function (described by an object that implements the MappingDouble interface), which must lie between x1 and x2.
Bucket  
BucketTree  
ConstantDensityBoundedSet  
ConstantDensityRatioSet  
ConvertInterchangeFormat  
DiscreteFunction  
DiscreteVariable ***************************************************************
DSeparation  
EpsilonContaminatedSet  
Expectation  
Explanation  
FinitelyGeneratedSet  
GeneralizedChoquetIntegral Use Walley generalization of the Choquet lower and upper integrals to obtain the lower and upper expectations of 2-monotone capacities.
IFBayesNet Auxiliar class that stores the temporary information about a BayesNet, before it is possible to actually create a BayesNet object
IFProbabilityEntry  
IFProbabilityFunction Auxiliar class that stores the temporary information * about a ProbabilityFunction, before it is possible to * actually create a ProbabilityFunction object (because * not all variables may be read at this point).
IFProbabilityVariable Auxiliar class that stores the temporary information * about a ProbabilityVariable.
Inference  
InferenceGraph  
InferenceGraphNode  
InterchangeFormat  
JJXMLBIFv03Calls  
Ordering  
ProbabilityFunction ***************************************************************
ProbabilityVariable ***************************************************************
QBProbabilityFunction  
QuasiBayesConvertInterchangeFormat Class that converts the contents of an InterchangeFormat * object to the BayesNet object in the BayesianNetworks * package *
QuasiBayesExpectation  
QuasiBayesInference  
QuasiBayesNet  
SaveBugs  
Token Describes the input token stream.
TotalVariationSet  
TwoMonotoneCapacity  
VertexSet  
XMLInterchangeFormat  
 

Exception Summary
IFException  
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package pt.tumba.ngram.bayes Description

Implementation of Bayesian Network Classifiers that can be used to categorize text files using N-Grams as features.
For more detailed information, please check N. Friedman, D. Geiger, and M. Goldszmidt "Bayesian network classifiers", Machine Learning, 29:2/3, 1997.