Method | Description | |
---|---|---|
IterateMapping ( ) : void | ||
LearnAttributeToFactorMapping ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
MapUserToLatentFactorSpace ( ICollection |
||
UpdateMappingFactors ( int u, int i, int j ) : void |
update the mapping factors for a given user and an item pair
|
public LearnAttributeToFactorMapping ( ) : void | ||
return | void |
protected MapUserToLatentFactorSpace ( ICollection |
||
user_attributes | ICollection |
|
return | double[] |
protected UpdateMappingFactors ( int u, int i, int j ) : void | ||
u | int | the user ID |
i | int | the first item ID |
j | int | the second item ID |
return | void |