Свойство | Тип | Описание | |
---|---|---|---|
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
|
public LoadModel ( string filename ) : void | ||
filename | string | |
Результат | void |
public SaveModel ( string filename ) : void | ||
filename | string | |
Результат | void |
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 |
public this ( int index ) : double | ||
index | int | the entity index |
Результат | double |