Package | Description |
---|---|
es.upm.etsisi.cf4j.recommender.knn |
This package contains the implementation of different knn based collaborative filtering
recommenders.
|
Modifier and Type | Field and Description |
---|---|
protected UserKNN.AggregationApproach |
UserKNN.aggregationApproach
Aggregation approach used to aggregate k-nearest neighbors ratings
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
UserKNN(DataModel datamodel,
int numberOfNeighbors,
UserSimilarityMetric metric,
UserKNN.AggregationApproach aggregationApproach)
Recommender constructor
|
Copyright © 2020. All rights reserved.