Package es.upm.etsisi.cf4j.examples.gridSearch
This package contains examples showing how to use GridSearch tool of CF4J.
-
Class Summary Class Description BiasedMFGridSearch In this example we tune the hyper-parameters of BiasedMF recommender using the GridSearch tool.PMFRandomSearchCV In this example we tune the hyper-parameters of PMF recommender using the RandomSearchCV tool.UserKNNGridSearch In this example we tune the parameters of UserKNN recommender using the GridSearch tool.