Uses of Class
es.upm.etsisi.cf4j.recommender.knn.UserKNN.AggregationApproach
-
Packages that use UserKNN.AggregationApproach Package Description es.upm.etsisi.cf4j.recommender.knn This package contains the implementation of different knn based collaborative filtering recommenders. -
-
Uses of UserKNN.AggregationApproach in es.upm.etsisi.cf4j.recommender.knn
Fields in es.upm.etsisi.cf4j.recommender.knn declared as UserKNN.AggregationApproach Modifier and Type Field Description protected UserKNN.AggregationApproach
UserKNN. aggregationApproach
Aggregation approach used to aggregate k-nearest neighbors ratingsMethods in es.upm.etsisi.cf4j.recommender.knn that return UserKNN.AggregationApproach Modifier and Type Method Description static UserKNN.AggregationApproach
UserKNN.AggregationApproach. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserKNN.AggregationApproach[]
UserKNN.AggregationApproach. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in es.upm.etsisi.cf4j.recommender.knn with parameters of type UserKNN.AggregationApproach Constructor Description UserKNN(DataModel datamodel, int numberOfNeighbors, UserSimilarityMetric metric, UserKNN.AggregationApproach aggregationApproach)
Recommender constructor
-