Uses of Interface
moa.recommender.rc.utils.Updatable
-
Packages that use Updatable Package Description moa.recommender.rc.data moa.recommender.rc.predictor.impl -
-
Uses of Updatable in moa.recommender.rc.data
Fields in moa.recommender.rc.data with type parameters of type Updatable Modifier and Type Field Description protected ArrayList<Updatable>
AbstractRecommenderData. updatables
Methods in moa.recommender.rc.data with parameters of type Updatable Modifier and Type Method Description void
AbstractRecommenderData. attachUpdatable(Updatable obj)
void
RecommenderData. attachUpdatable(Updatable obj)
-
Uses of Updatable in moa.recommender.rc.predictor.impl
Classes in moa.recommender.rc.predictor.impl that implement Updatable Modifier and Type Class Description class
BRISMFPredictor
Implementation of the algorithm described in Scalable Collaborative Filtering Approaches for Large Recommender Systems (Gábor Takács, István Pilászy, Bottyán Németh, and Domonkos Tikk).
-