|
jBNC Toolbox | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjbnc.inducers.BayesianInducer
jbnc.inducers.FANInducer
Constructs Forest Augmented Naive Bayes classifier (FAN).
| Nested Class Summary |
| Nested classes inherited from class jbnc.inducers.BayesianInducer |
BayesianInducer.NetLayout |
| Field Summary |
| Fields inherited from class jbnc.inducers.BayesianInducer |
debugMode, DEFAULT_APLHA_IJK, layout, net, qualityMeasure |
| Constructor Summary | |
FANInducer()
|
|
| Method Summary | |
static void |
main(java.lang.String[] arg)
Used for testing of the FAN algorithm. |
void |
train(FrequencyCalc fc,
boolean usePriors,
double alpha_ijk)
Construct FAN network from the training data. |
| Methods inherited from class jbnc.inducers.BayesianInducer |
clean, getDebugMode, getNetwork, getQualityMeasure, reset, setDebugMode, setQualityMeasure, train, verifyDataset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FANInducer()
| Method Detail |
public static void main(java.lang.String[] arg)
arg - The command line arguments
public void train(FrequencyCalc fc,
boolean usePriors,
double alpha_ijk)
throws java.lang.Exception
train in class BayesianInducerfc - 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 | |||||||||