| QuasiNewtonTrainerEpochNumber Property |
The epoch number for the trainer.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxprotected virtual int EpochNumber { set; }Protected Overridable WriteOnly Property EpochNumber As Integer
Set
protected:
virtual property int EpochNumber {
void set (int value);
}abstract EpochNumber : int with set
override EpochNumber : int with set
Property Value
Type:
Int32
An
int array containing the epoch number.
See Also