org.encog.ml.bayesian.training.search.k2
public interface BayesSearch
Modifier and Type | Method and Description |
---|---|
void |
init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
Init the search object.
|
boolean |
iteration()
Perform an iteration.
|
void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
theTrainer
- The trainer to use.theNetwork
- The network to usetheData
- The data to use.boolean iteration()
Copyright © 2014. All Rights Reserved.