simple split for rating prediction More...
Public Member Functions | |
RatingsSimpleSplit (IRatings ratings, double ratio) | |
Create a simple split of rating prediction data. | |
Properties | |
uint | NumberOfFolds [get] |
IList< IRatings > | Test [get, set] |
IList< 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 |