프로퍼티 | 타입 | 설명 | |
---|---|---|---|
entity_averages | IList |
||
global_average | double |
메소드 | 설명 | |
---|---|---|
LoadModel ( string filename ) : void | ||
SaveModel ( string filename ) : void | ||
this ( int index ) : double |
return the average rating for a given entity
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |