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] |
| IList< IPosOnlyFeedback > | Test [get, set] |
| IList< IPosOnlyFeedback > | Train [get, set] |
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 | |||
| ) |
Create a simple split of positive-only item prediction data.
| feedback | the dataset | |
| ratio | the ratio of positive events to use for validation |
1.6.3