Class | Description |
---|---|
FeatureInfo |
Information about a feature.
|
FeatureInfo.Builder |
Helper class to build feature info.
|
FunkSVDItemScorer |
Do recommendations and predictions based on SVD matrix factorization.
|
FunkSVDModel |
Model for FunkSVD recommendation.
|
FunkSVDModelProvider |
SVD recommender builder using gradient descent (Funk SVD).
|
FunkSVDUpdater |
Encapsulation of the FunkSVD update process.
|
FunkSVDUpdateRule |
Configuration for computing FunkSVD updates.
|
TrainingEstimator |
Rating estimates used while training the predictor.
|
Annotation Type | Description |
---|---|
FeatureCount |
The number of latent features to use in an SVD-based recommender.
|
InitialFeatureValue |
The initial value for each feature.
|
RuntimeUpdate |
Qualifier for the update rule used at runtime.
|