|
jBNC Toolbox | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.operators.Operator
jbnc.operators.Augmenter
jbnc.operators.ForestAugmenter
Constructs Forest Augmented Naive Bayes classifier (FAN).
Nested Class Summary |
Nested classes inherited from class jbnc.operators.Augmenter |
Augmenter.Result |
Field Summary |
Fields inherited from class jbnc.operators.Augmenter |
cmi |
Fields inherited from class jbnc.operators.Operator |
debugMode |
Constructor Summary | |
ForestAugmenter()
|
Method Summary | |
Augmenter.Result |
train(java.util.List gamma,
java.util.List lambda,
FrequencyCalc fc,
QualityMeasure qm,
boolean usePriors,
double alpha_ijk)
Description of the Method |
Methods inherited from class jbnc.operators.Augmenter |
createFullGraph |
Methods inherited from class jbnc.operators.Operator |
getDebugMode, setDebugMode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ForestAugmenter()
Method Detail |
public final Augmenter.Result train(java.util.List gamma, java.util.List lambda, FrequencyCalc fc, QualityMeasure qm, boolean usePriors, double alpha_ijk) throws java.lang.Exception
train
in class Augmenter
gamma
- Description of Parameterlambda
- Description of Parameterfc
- Description of Parameterqm
- Description of ParameterusePriors
- Description of Parameteralpha_ijk
- Description of Parameter
java.lang.Exception
- Description of Exception
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |