Свойство | Type | Description | |
---|---|---|---|
recommenders | List |
Méthode | Description | |
---|---|---|
CanPredict ( int user_id, int item_id ) : bool | ||
LoadModel ( string file ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
SaveModel ( string file ) : void | ||
Train ( ) : void |
public CanPredict ( int user_id, int item_id ) : bool | ||
user_id | int | |
item_id | int | |
Résultat | bool |
public abstract LoadModel ( string file ) : void | ||
file | string | |
Résultat | void |
public abstract Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
Résultat | double |
public abstract SaveModel ( string file ) : void | ||
file | string | |
Résultat | void |