org.encog.ml.bayesian.training.search
Class SearchNone
java.lang.Object
org.encog.ml.bayesian.training.search.SearchNone
- All Implemented Interfaces:
- BayesSearch
public class SearchNone
- extends Object
- implements BayesSearch
Simple class to perform no search for optimal network structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchNone
public SearchNone()
init
public void init(TrainBayesian theTrainer,
BayesianNetwork theNetwork,
MLDataSet theData)
- Init the search object.
- Specified by:
init
in interface BayesSearch
- Parameters:
theTrainer
- The trainer to use.theNetwork
- The network to usetheData
- The data to use.
iteration
public boolean iteration()
- Perform an iteration.
- Specified by:
iteration
in interface BayesSearch
- Returns:
- True to continue.
Copyright © 2014. All Rights Reserved.