MyMediaLite
KNN Class Members
Methods
Properties
Collapse All
Base class for item recommenders that use some kind of kNN model
Declaring type:
KNN
Namespace:
MyMediaLite.ItemRecommender
Assembly:
MyMediaLite
Protected Fields
Name
Description
correlation
Correlation matrix over some kind of entity
k
The number of neighbors to take into account for prediction
nearest_neighbors
Precomputed nearest neighbors
Top
Protected Constructors
Name
Description
KNN
There is no summary.
Top
Public Methods
Name
Description
LoadModel
There is no summary.
SaveModel
There is no summary.
Top
Public Properties
Name
Description
K
The number of neighbors to take into account for prediction
Top
Generated by
ImmDoc .NET
.