org.encog.ml.bayesian.training.estimator
Class EstimatorNone

java.lang.Object
  extended by org.encog.ml.bayesian.training.estimator.EstimatorNone
All Implemented Interfaces:
BayesEstimator

public class EstimatorNone
extends Object
implements BayesEstimator

A simple estimator that does nothing.


Constructor Summary
EstimatorNone()
           
 
Method Summary
 void init(TrainBayesian theTrainer, BayesianNetwork theNetwork, MLDataSet theData)
          Init the estimator.
 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

EstimatorNone

public EstimatorNone()
Method Detail

init

public void init(TrainBayesian theTrainer,
                 BayesianNetwork theNetwork,
                 MLDataSet theData)
Init the estimator.

Specified by:
init in interface BayesEstimator
Parameters:
theTrainer - The trainer.
theNetwork - The network.
theData - The data.

iteration

public boolean iteration()
Perform an iteration.

Specified by:
iteration in interface BayesEstimator
Returns:
True, if we should contune.


Copyright © 2014. All Rights Reserved.