Property | Type | Description | |
---|---|---|---|
data_item | |||
factor_bias | double[] | ||
item_attributes | |||
random |
Method | Description | |
---|---|---|
IterateMapping ( ) : void |
Perform one iteration of the mapping learning process
|
|
LearnAttributeToFactorMapping ( ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ComputeMappingFit ( ) : double[] |
Compute the fit of the mapping
|
|
MapToLatentFactorSpace ( int item_id ) : double[] |
map to latent factor space
|
|
SampleItem ( ) : int |
Samples an item for the mapping training. Only items that are associated with at least one user are taken into account.
|
public LearnAttributeToFactorMapping ( ) : void | ||
return | void |
protected MapToLatentFactorSpace ( int item_id ) : double[] | ||
item_id | int | |
return | double[] |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
return | double |
protected SparseBooleanMatrix,MyMediaLite.DataType data_item | ||
return |
protected SparseBooleanMatrix,MyMediaLite.DataType item_attributes | ||
return |