Click or drag to resize
EpochTrainerNumberOfEpochs Property
The number of epochs used during stage I training.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfEpochs { get; set; }

Property Value

Type: Int32
An int which contains the number of epochs used during stage I training. The default value is 10.
See Also