Modifier and Type | Method and Description |
---|---|
Query |
RecommenderSystem.getQuery()
Return a query object.
|
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.
|
Constructor and Description |
---|
RecommenderSystem(RecommenderAlgorithm algorithm,
Query query) |
Modifier and Type | Class and Description |
---|---|
class |
QueryJColibri
Class that defines the query of recommender systems to
use in CBR Systems of jColibri.
|
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 | Class and Description |
---|---|
class |
MahoutCFItemQuery
Class that implements the query used in the
RecommenderMahoutCFItem . |
Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderMahoutCFItem.recommend(Query query) |
Modifier and Type | Class and Description |
---|---|
class |
MahoutCFUserQuery
Class that implements the query used in the
RecommenderMahoutCFUser . |
Modifier and Type | Method and Description |
---|---|
List<RecommenderResult> |
RecommenderMahoutCFUser.recommend(Query query) |
Copyright © 2019. All rights reserved.