org.encog.ml.bayesian.training.search
Class SearchNone

java.lang.Object
  extended by 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.


Constructor Summary
SearchNone()
           
 
Method Summary
 void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
          Init the search object.
 boolean iteration()
          Perform an iteration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchNone

public SearchNone()
Method Detail

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 use
theData - 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.