| Package | Description |
|---|---|
| org.encog.neural.cpn.training |
| Modifier and Type | Method and Description |
|---|---|
CPN |
TrainInstar.getMethod()
Get the current best machine learning method from the training.
|
| Constructor and Description |
|---|
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 © 2014. All Rights Reserved.