simple split for rating prediction More...
Public Member Functions | |
| RatingsSimpleSplit (IRatings ratings, double ratio) | |
| Create a simple split of rating prediction data. | |
Properties | |
| int | NumberOfFolds [get] |
| List< IRatings > | Test [get, set] |
| List< IRatings > | Train [get, set] |
simple split for rating prediction
the dataset must not be modified after the split - this would lead to undefined behavior
| RatingsSimpleSplit | ( | IRatings | ratings, | |
| double | ratio | |||
| ) |
Create a simple split of rating prediction data.
| ratings | the dataset | |
| ratio | the ratio of ratings to use for validation |
1.6.3