Uses of Class
org.encog.neural.cpn.CPN

Packages that use CPN
org.encog.neural.cpn.training This package contains the instar and outstar training for the network. 
 

Uses of CPN in org.encog.neural.cpn.training
 

Methods in org.encog.neural.cpn.training that return CPN
 CPN TrainInstar.getMethod()
          Get the current best machine learning method from the training.
 

Constructors in org.encog.neural.cpn.training with parameters of type CPN
TrainInstar(CPN theNetwork, MLDataSet theTraining, double theLearningRate, boolean theInitWeights)
          Construct the instar training object.
TrainOutstar(CPN theNetwork, MLDataSet theTraining, double theLearningRate)
          Construct the outstar trainer.
 



Copyright © 2011. All Rights Reserved.