org.encog.ml.bayesian.training.search.k2
Interface BayesSearch
-
- All Known Implementing Classes:
- SearchK2, SearchNone
public interface BayesSearchSearch for a good Bayes structure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinit(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)Init the search object.booleaniteration()Perform an iteration.
-
-
-
Method Detail
-
init
void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
Init the search object.- Parameters:
theTrainer- The trainer to use.theNetwork- The network to usetheData- The data to use.
-
iteration
boolean iteration()
Perform an iteration.- Returns:
- True to continue.
-
-
DMelt 3.0 © DataMelt by jWork.ORG