public interface RecommenderAlgorithm
Modifier and Type | Method and Description |
---|---|
boolean |
close()
Method to finish and close a recommender algorithm.
|
boolean |
init()
Method to initialize a recommender algorithm.
|
List<RecommenderResult> |
recommend(Query query)
Method to calculate a recommendation in the algorithm implemented.
|
boolean init()
List<RecommenderResult> recommend(Query query)
query
- Query that contains the information to make a recomendation.boolean close()
Copyright © 2019. All rights reserved.