org.encog.ml.bayesian.training.search.k2
Interface BayesSearch

All Known Implementing Classes:
SearchK2, SearchNone

public interface BayesSearch

Search for a good Bayes structure.


Method Summary
 void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
          Init the search object.
 boolean iteration()
          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 use
theData - The data to use.

iteration

boolean iteration()
Perform an iteration.

Returns:
True to continue.


Copyright © 2014. All Rights Reserved.