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 java.lang.Object implements BayesSearch
Simple class to perform no search for optimal network structure.
-
-
Constructor Summary
Constructors Constructor and Description SearchNone()
-
Method Summary
All Methods Instance Methods Concrete 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
public void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
Init the search object.- Specified by:
initin interfaceBayesSearch- Parameters:
theTrainer- The trainer to use.theNetwork- The network to usetheData- The data to use.
-
iteration
public boolean iteration()
Perform an iteration.- Specified by:
iterationin interfaceBayesSearch- Returns:
- True to continue.
-
-
DMelt 3.0 © DataMelt by jWork.ORG