The number of randomly selected training patterns in each stage I epoch.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int EpochSize { get; set; }
Visual Basic (Declaration)
Public Overridable Property EpochSize As Integer
Visual C++
public:
virtual property int EpochSize {
	int get ();
	void set (int value);
}

Field Value

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