public class RecommenderSystemFactory extends Object
Constructor and Description |
---|
RecommenderSystemFactory() |
Modifier and Type | Method and Description |
---|---|
RecommenderSystem |
getRecommender()
Method to get the recommender system instance.
|
void |
makeRecommender(RecSysConfiguration recommenderConfiguration)
Method to build a recommender system using an object of
RecSysConfiguration . |
void |
makeRecommenderByJson(String jsonFile)
Method to build a recommender system using a configuration file.
|
public void makeRecommender(RecSysConfiguration recommenderConfiguration)
RecSysConfiguration
.recommenderConfiguration
- object that contains the recommender system configuration.public void makeRecommenderByJson(String jsonFile)
jsonFile
- path where is the recommender system configuration file.public RecommenderSystem getRecommender()
Copyright © 2019. All rights reserved.