Property | Type | Description | |
---|---|---|---|
user_attributes |
Method | Description | |
---|---|---|
IterateMapping ( ) : void | ||
LearnAttributeToFactorMapping ( ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ComputeMappingFit ( ) : double[] | ||
MapUserToLatentFactorSpace ( ICollection |
map from user attributes to latent factor space
|
|
SampleUserWithAttributes ( ) : int |
Samples an user for the mapping training. Only users that are associated with at least one item, and that actually have attributes, are taken into account.
|
public LearnAttributeToFactorMapping ( ) : void | ||
return | void |
protected MapUserToLatentFactorSpace ( ICollection |
||
user_attributes | ICollection |
|
return | double[] |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
return | double |