|
MyMediaLite
3.11
|
generic dataset splitter interface More...
Properties | |
| uint | NumberOfFolds [get] |
| The number of folds in this split More... | |
| IList< T > | Test [get] |
| Test data for the different folds More... | |
| IList< T > | Train [get] |
| Training data for the different folds More... | |
generic dataset splitter interface
| T | the kind of dataset that is split into pieces |
|
get |
The number of folds in this split
The number of folds in this split
|
get |
Test data for the different folds
A list of T
|
get |
Training data for the different folds
A list of T
1.8.9.1