Property | Type | Description | |
---|---|---|---|
num_hidden_factors | int |
Method | Description | |
---|---|---|
IterateMapping ( ) : void | ||
LearnAttributeToFactorMapping ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
MapToLatentFactorSpace ( int item_id ) : double[] |
map to latent factor space (actual function)
|
|
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 MapToLatentFactorSpace ( int item_id ) : double[] | ||
item_id | int | |
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 |