프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
protected MapUserToLatentFactorSpace ( ICollection |
||
user_attributes | ICollection |
|
리턴 | double[] |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
리턴 | double |