Свойство | Type | Description | |
---|---|---|---|
data_item | |||
factor_bias | double[] | ||
item_attributes | |||
random |
Méthode | Description | |
---|---|---|
IterateMapping ( ) : void |
Perform one iteration of the mapping learning process
|
|
LearnAttributeToFactorMapping ( ) : void | ||
Predict ( int user_id, int item_id ) : double | ||
ToString ( ) : string |
Méthode | 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 | ||
Résultat | void |
protected MapToLatentFactorSpace ( int item_id ) : double[] | ||
item_id | int | |
Résultat | double[] |
public Predict ( int user_id, int item_id ) : double | ||
user_id | int | |
item_id | int | |
Résultat | double |
protected SparseBooleanMatrix,MyMediaLite.DataType data_item | ||
Résultat |
protected SparseBooleanMatrix,MyMediaLite.DataType item_attributes | ||
Résultat |