Метод | Описание | |
---|---|---|
FinishTraining ( ) : void |
Should be called after training has completed and the iteration method will not be called any further.
|
|
Iteration ( ) : void |
Perform one training iteration.
|
|
Iteration ( int count ) : void |
Perform the specified number of training iterations. This can be more efficient than single training iterations. This is particularly true if you are training with a GPU.
|
Метод | Описание | |
---|---|---|
Propagation ( IContainsFlat network, IMLDataSet training ) : System |
Construct a propagation object.
|
public final Iteration ( int count ) : void | ||
count | int | The number of training iterations. |
Результат | void |
protected Propagation ( IContainsFlat network, IMLDataSet training ) : System | ||
network | IContainsFlat | The network. |
training | IMLDataSet | The training set. |
Результат | System |