Property | Type | Description | |
---|---|---|---|
entity_averages | IList |
||
global_average | double |
Method | Description | |
---|---|---|
LoadModel ( string filename ) : void | ||
SaveModel ( string filename ) : void | ||
this ( int index ) : double |
return the average rating for a given entity
|
Method | Description | |
---|---|---|
Train ( IList |
Train the recommender according to the given entity type
|
protected Train ( IList |
||
entity_ids | IList |
list of the relevant entity IDs in the training data |
max_entity_id | int | the maximum entity ID |
return | void |