public final class TrainingEstimator
extends java.lang.Object
FunkSVDUpdateRule.makeEstimator(PreferenceSnapshot).| Modifier and Type | Method and Description |
|---|---|
double |
get(IndexedPreference pref)
Get the estimate for a preference.
|
void |
update(mikera.vectorz.AVector ufvs,
mikera.vectorz.AVector ifvs)
Update the current estimates with trained values for a new feature.
|
public double get(IndexedPreference pref)
pref - The preference.public void update(mikera.vectorz.AVector ufvs,
mikera.vectorz.AVector ifvs)
ufvs - The user feature values.ifvs - The item feature values.