Свойство | Тип | Описание | |
---|---|---|---|
user_attributes |
Метод | Описание | |
---|---|---|
IterateMapping ( ) : void | ||
LearnAttributeToFactorMapping ( ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
protected MapUserToLatentFactorSpace ( ICollection |
||
user_attributes | ICollection |
|
Результат | double[] |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
Результат | double |
protected SampleUserWithAttributes ( ) : int | ||
Результат | int |