Interface for item recommenders that take into account some test data for training. More...
Properties | |
ISet< int > | TestItems [get, set] |
Set containing all test items. | |
ISet< int > | TestUsers [get, set] |
Set containing all test users. |
Interface for item recommenders that take into account some test data for training.
ISet<int> TestItems [get, set] |
Set containing all test items.
ISet<int> TestUsers [get, set] |
Set containing all test users.