|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BayesEstimator
An estimator is used during Bayesian training to determine optimal probability values.
Method Summary | |
---|---|
void |
init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the estimator. |
boolean |
iteration()
Perform an iteration. |
Method Detail |
---|
void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
theTrainer
- The trainer.theNetwork
- The network.theData
- The data.boolean iteration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |