MyMediaLite
EntityAverage.Train Method (IList<int>, int)
Syntax
Collapse All
Train the recommender according to the given entity type
Declaring type:
EntityAverage
Namespace:
MyMediaLite.RatingPrediction
Assembly:
MyMediaLite
Syntax
C#
protected void Train ( IList<int>
entity_ids
, int
max_entity_id
)
Parameters
entity_ids
list of the relevant entity IDs in the training data
max_entity_id
the maximum entity ID
Top
Generated by
ImmDoc .NET
.