Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderAlgorithm.recommend(Query query)
Method to calculate a recommendation in the algorithm implemented.
|
List<RecommenderResult> |
RecommenderSystem.recommend(Query query)
Based on a query, it returns a list of recommendations.
|
Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderJColibri.recommend(Query query)
It calls the cycle method of jColibri using the query of the recommender system.
|
Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderMahoutCFItem.recommend(Query query) |
Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderMahoutCFUser.recommend(Query query) |
Copyright © 2019. All rights reserved.