Package es.upm.etsisi.cf4j.recommender.knn
This package contains the implementation of different knn based collaborative filtering
recommenders.
-
Class Summary Class Description ItemKNN Implements item-to-item KNN based collaborative filteringUserKNN Implements user-to-user KNN based collaborative filtering -
Enum Summary Enum Description ItemKNN.AggregationApproach Available aggregation approaches to merge k-nearest neighbors ratingsUserKNN.AggregationApproach Available aggregation approaches to merge k-nearest neighbors ratings