MyMediaLite
3.09
|
generic dataset splitter interface More...
Properties | |
uint | NumberOfFolds [get] |
The number of folds in this split. | |
IList< T > | Test [get] |
Test data for the different folds. | |
IList< T > | Train [get] |
Training data for the different folds. |
generic dataset splitter interface
T | the kind of dataset that is split into pieces |
uint NumberOfFolds [get] |
The number of folds in this split.
The number of folds in this split
Implemented in RatingsPerUserChronologicalSplit, RatingsChronologicalSplit, RatingCrossValidationSplit, RatingsSimpleSplit, PosOnlyFeedbackCrossValidationSplit< T >, and PosOnlyFeedbackSimpleSplit< T >.
IList<T> Test [get] |
Test data for the different folds.
A list of T
Implemented in RatingsPerUserChronologicalSplit, RatingsChronologicalSplit, RatingCrossValidationSplit, RatingsSimpleSplit, PosOnlyFeedbackCrossValidationSplit< T >, and PosOnlyFeedbackSimpleSplit< T >.
IList<T> Train [get] |
Training data for the different folds.
A list of T
Implemented in RatingsPerUserChronologicalSplit, RatingsChronologicalSplit, RatingCrossValidationSplit, RatingsSimpleSplit, PosOnlyFeedbackCrossValidationSplit< T >, and PosOnlyFeedbackSimpleSplit< T >.