Base class for item recommenders that use some kind of kNN model
Declaring type: KNN
Namespace: MyMediaLite.ItemRecommender
Assembly: MyMediaLite
Collapse/Expand Protected Fields
  Name Description
Protected Field correlation Correlation matrix over some kind of entity
Protected Field k The number of neighbors to take into account for prediction
Protected Field nearest_neighbors Precomputed nearest neighbors
Collapse/Expand Protected Constructors
  Name Description
Protected Method KNN

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual LoadModel

There is no summary.

Public Method Virtual SaveModel

There is no summary.

Collapse/Expand Public Properties
  Name Description
Public Property K The number of neighbors to take into account for prediction