XYFrame Members

The XYFrame type exposes the following members.

Constructors


  Name Description
Public method XYFrame
Initializes a new instance of the XYFrame class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NextBatch
Gets the next batch of data for training.
Public method SplitTrainTest
Splits the current dataset into train and test batch.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property CurrentBatch
Gets or sets the current batch of the training set.
Public property XFrame
Gets or sets the X frame part of the train/test dataset.
Public property YFrame
Gets or sets the Y frame part of the train/test dataset.