Method | Description | |
---|---|---|
InitModel ( ) : void | ||
LoadModel ( string filename ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
SaveModel ( string filename ) : void | ||
Train ( ) : void |
Method | Description | |
---|---|---|
GetAttributes ( int item_id ) : IList |
Get attributes for an item
|
protected abstract GetAttributes ( int item_id ) : IList |
||
item_id | int | the item ID |
return | IList |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
return | double |