|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFProbabilityFunction | |
---|---|
pt.tumba.ngram.bayes | Implementation of Bayesian Network Classifiers that can be used to categorize text files using N-Grams as features. |
Uses of IFProbabilityFunction in pt.tumba.ngram.bayes |
---|
Methods in pt.tumba.ngram.bayes that return IFProbabilityFunction | |
---|---|
IFProbabilityFunction |
BayesInterchangeFormat.ProbabilityDeclaration()
|
IFProbabilityFunction |
XMLInterchangeFormat.ProbabilityDeclaration()
|
Methods in pt.tumba.ngram.bayes with parameters of type IFProbabilityFunction | |
---|---|
void |
IFBayesNet.add(IFProbabilityFunction upf)
Method that adds a IFProbabilityFunction object to the vector of functions. |
protected ProbabilityVariable[] |
ConvertInterchangeFormat.create_variables(BayesNet bn,
IFProbabilityFunction upf)
|
protected ProbabilityFunction |
QuasiBayesConvertInterchangeFormat.get_probability_function(BayesNet bn,
IFProbabilityFunction upf)
Method that does all the work involved in creating a * ProbabilityFunction object out of the definition * found by the parser and the information contained in * the BayesNet object; the ProbabilityFunction object may * in fact be a Quasi-Bayesian model. |
protected ProbabilityFunction |
ConvertInterchangeFormat.get_probability_function(BayesNet bn,
IFProbabilityFunction upf)
|
void |
BayesInterchangeFormat.ProbabilityContent(IFProbabilityFunction upf)
|
void |
XMLInterchangeFormat.ProbabilityContent(IFProbabilityFunction upf)
|
void |
BayesInterchangeFormat.ProbabilityVariablesList(IFProbabilityFunction upf)
|
(package private) void |
QuasiBayesConvertInterchangeFormat.process_defaults(IFProbabilityFunction upf,
double[] values,
double[][] extreme_points,
int jump)
Insert default values from the contents of the first * specification of defaults in the upf object. |
(package private) void |
ConvertInterchangeFormat.process_defaults(IFProbabilityFunction upf,
double[] values,
int jump)
|
(package private) void |
QuasiBayesConvertInterchangeFormat.process_entries(BayesNet bn,
IFProbabilityFunction upf,
ProbabilityVariable[] variables,
double[] values,
double[][] extreme_points,
int jump)
Insert entries specified in the upf object. |
(package private) void |
ConvertInterchangeFormat.process_entries(BayesNet bn,
IFProbabilityFunction upf,
ProbabilityVariable[] variables,
double[] values,
int jump)
|
(package private) double[][] |
QuasiBayesConvertInterchangeFormat.process_extreme_tables(IFProbabilityFunction upf,
double[] values)
Fill the values with the contents of the tables * in the upf object. |
protected void |
ConvertInterchangeFormat.process_tables(IFProbabilityFunction upf,
double[] values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |