Method | Description | |
---|---|---|
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string | ||
TypedBPRMF ( ) : System |
Default constructor
|
Method | Description | |
---|---|---|
InitModel ( ) : void | ||
UpdateFactors ( int u, int i, int j, bool update_u, bool update_i, bool update_j ) : void |
Method | Description | |
---|---|---|
GetTypedFactorsRegModifier ( int item_id ) : double | ||
GetUserTypedFactors ( int item_id ) : Matrix |
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 |