Constructor DatasetSplitter
DatasetSplitter(Double, Double)
Create a DatasetSplitter by giving test and cross validation IDXs sizes
Declaration
public DatasetSplitter(double testRatio, double crossValidationRatio)
Parameters
Type | Name | Description |
---|---|---|
System.Double | testRatio | the ratio of the original index to be used for the test IDX as a |
System.Double | crossValidationRatio | the ratio of the original index to be used for the c.v. IDX as a |