XYFrame..::..SplitTrainTest Method
Splits the current dataset into train and test batch.
Namespace:
SiaNet.ModelAssembly: SiaNet (in SiaNet.dll)
Syntax
public TrainTestFrame SplitTrainTest( double testSplitSize )
Public Function SplitTrainTest ( _ testSplitSize As Double _ ) As TrainTestFrame
public: TrainTestFrame^ SplitTrainTest( double^ testSplitSize )
Parameters
- testSplitSize
- Type: Double
Size of the test split. (value between 0.01 and 0.99)