XYFrame..::..SplitTrainTest Method

Splits the current dataset into train and test batch.

Namespace:  SiaNet.Model
Assembly:  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)

Return Value

Exceptions


ExceptionCondition
ArgumentExceptionPlease use test split range between 0.01 and 0.99