Method | Description | |
---|---|---|
ManhattanPropagation ( IContainsFlat network, IMLDataSet training, double learnRate ) : Encog.ML.Data |
Construct a Manhattan propagation training object.
|
|
Pause ( ) : |
This training type does not support training continue.
|
|
Resume ( |
This training type does not support training continue.
|
public ManhattanPropagation ( IContainsFlat network, IMLDataSet training, double learnRate ) : Encog.ML.Data | ||
network | IContainsFlat | The network to train. |
training | IMLDataSet | The training data to use. |
learnRate | double | The learning rate. |
return | Encog.ML.Data |
public final Pause ( ) : |
||
return |
public final Resume ( |
||
state | Not used. | |
return | void |