Uses of Class
es.upm.etsisi.cf4j.recommender.knn.ItemKNN.AggregationApproach
-
Packages that use ItemKNN.AggregationApproach Package Description es.upm.etsisi.cf4j.recommender.knn This package contains the implementation of different knn based collaborative filtering recommenders. -
-
Uses of ItemKNN.AggregationApproach in es.upm.etsisi.cf4j.recommender.knn
Fields in es.upm.etsisi.cf4j.recommender.knn declared as ItemKNN.AggregationApproach Modifier and Type Field Description protected ItemKNN.AggregationApproach
ItemKNN. aggregationApproach
Aggregation approach used to aggregate k-nearest neighbors ratingsMethods in es.upm.etsisi.cf4j.recommender.knn that return ItemKNN.AggregationApproach Modifier and Type Method Description static ItemKNN.AggregationApproach
ItemKNN.AggregationApproach. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemKNN.AggregationApproach[]
ItemKNN.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 ItemKNN.AggregationApproach Constructor Description ItemKNN(DataModel datamodel, int numberOfNeighbors, ItemSimilarityMetric metric, ItemKNN.AggregationApproach aggregationApproach)
Recommender constructor
-