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