The epoch number for the trainer.

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

Syntax

C#
protected internal virtual int EpochNumber { set; }
Visual Basic (Declaration)
Protected Friend Overridable WriteOnly Property EpochNumber As Integer
Visual C++
protected public:
virtual property int EpochNumber {
	void set (int value);
}

Field Value

An int array containing the epoch number.

See Also