|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.train.BasicTraining
org.encog.neural.som.training.clustercopy.SOMClusterCopyTraining
public class SOMClusterCopyTraining
SOM cluster copy is a very simple trainer for SOM's. Using this triner all of the training data is copied to the SOM weights. This can provide a functional SOM, or can be used as a starting point for training.
| Constructor Summary | |
|---|---|
SOMClusterCopyTraining(SOM network,
MLDataSet training)
Construct the object. |
|
| Method Summary | |
|---|---|
boolean |
canContinue()
|
MLMethod |
getMethod()
Get the current best machine learning method from the training. |
void |
iteration()
Perform one iteration of training. |
TrainingContinuation |
pause()
Pause the training to continue later. |
void |
resume(TrainingContinuation state)
Resume training. |
| Methods inherited from class org.encog.ml.train.BasicTraining |
|---|
addStrategy, finishTraining, getError, getImplementationType, getIteration, getStrategies, getTraining, isTrainingDone, iteration, postIteration, preIteration, setError, setIteration, setTraining |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOMClusterCopyTraining(SOM network,
MLDataSet training)
network - The network to train.training - The training data.| Method Detail |
|---|
public final boolean canContinue()
public final MLMethod getMethod()
public final void iteration()
public final TrainingContinuation pause()
public void resume(TrainingContinuation state)
state - The training continuation object to use to continue.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||