| EpochTrainerNumberOfEpochs Property |
The number of epochs used during stage I training.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual int NumberOfEpochs { get; set; }Public Overridable Property NumberOfEpochs As Integer
Get
Set
public:
virtual property int NumberOfEpochs {
int get ();
void set (int value);
}abstract NumberOfEpochs : int with get, set
override NumberOfEpochs : int with 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