|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||