return the average rating for a given entity
Declaring type: EntityAverage
Namespace: MyMediaLite.RatingPrediction
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public double this [
        int index
] { get; }
Parameters
index
the entity index
Property Value

There is no description.