public interface RecommenderBuilder
Implementations of this inner interface are simple helper classes which create a Recommender to be
evaluated based on the given DataModel.
| Modifier and Type | Method and Description |
|---|---|
Recommender |
buildRecommender(DataModel dataModel)
Builds a
Recommender implementation to be evaluated, using the given DataModel. |
Recommender buildRecommender(DataModel dataModel) throws TasteException
Builds a Recommender implementation to be evaluated, using the given DataModel.
dataModel - DataModel to build the Recommender onRecommender based upon the given DataModelTasteException - if an error occurs while accessing the DataModelCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.