Method | Description | |
---|---|---|
ComputeLoss ( ) : double | ||
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
return | double |
protected UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void | ||
u | int | |
i | int | |
j | int | |
update_u | bool | |
update_i | bool | |
update_j | bool | |
return | void |