Base class for rating predictors that use some kind of kNN
Namespace: MyMediaLite.RatingPredictor
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public abstract class KNN :  UserItemBaseline
Collapse/Expand Remarks
The method is described in section 2.2 of
Yehuda Koren Factor in the Neighbors: Scalable and Accurate Collaborative Filtering Transactions on Knowledge Discovery from Data (TKDD) 2009
This engine does NOT support online updates.
Collapse/Expand Members

Click here to see the list of members.