Generic dataset splitter interface. More...
Properties | |
int | NumberOfFolds [get] |
The number of folds in this split. | |
List< T > | Test [get] |
Test data for the different folds. | |
List< T > | Train [get] |
Training data for the different folds. |
Generic dataset splitter interface.
int NumberOfFolds [get] |
The number of folds in this split.
The number of folds in this split
List<T> Test [get] |
Test data for the different folds.
A list of T
List<T> Train [get] |
Training data for the different folds.
A list of T