Click or drag to resize
EpochTrainerEpochSize Property
The number of randomly selected training patterns in each stage I epoch.

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

Property Value

Type: Int32
An int which contains the number of sample training patterns in each stage I epoch. The default value is the number of observations in the training data.
See Also