MyMediaLite
3.03
|
simple split for item prediction from implicit feedback More...
Public Member Functions | |
PosOnlyFeedbackSimpleSplit (IPosOnlyFeedback feedback, double ratio) | |
Create a simple split of positive-only item prediction data. | |
Properties | |
uint | NumberOfFolds [get] |
The number of folds in this split. | |
IList< IPosOnlyFeedback > | Test [get, set] |
Test data for the different folds. | |
IList< IPosOnlyFeedback > | Train [get, set] |
Training data for the different folds. |
simple split for item prediction from implicit feedback
The dataset must not be modified after the split - this would lead to undefined behavior.
T | : | IPosOnlyFeedback | |
T | : | new() |
PosOnlyFeedbackSimpleSplit | ( | IPosOnlyFeedback | feedback, |
double | ratio | ||
) | [inline] |
Create a simple split of positive-only item prediction data.
feedback | the dataset |
ratio | the ratio of positive events to use for validation |
uint NumberOfFolds [get] |
IList<IPosOnlyFeedback> Test [get, set] |
IList<IPosOnlyFeedback> Train [get, set] |