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