XYFrame..::..CurrentBatch Property

Gets or sets the current batch of the training set.

Namespace:  SiaNet.Model
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public XYFrame CurrentBatch { get; set; }
Public Property CurrentBatch As XYFrame
	Get
	Set
public:
property XYFrame^ CurrentBatch {
	XYFrame^ get ();
	void set (XYFrame^ value);
}

Field Value

The current batch.