Example usage for org.apache.mahout.cf.taste.impl.recommender.svd RatingSGDFactorizer subclass-usage

List of usage examples for org.apache.mahout.cf.taste.impl.recommender.svd RatingSGDFactorizer subclass-usage

Introduction

In this page you can find the example usage for org.apache.mahout.cf.taste.impl.recommender.svd RatingSGDFactorizer subclass-usage.

Usage

From source file com.predictionmarketing.itemrecommend.SVDPPFactorizer.java

/**
 * SVD++, an enhancement of classical matrix factorization for rating prediction.
 * Additionally to using ratings (how did people rate?) for learning, this model also takes into account
 * who rated what.
 *
 * Yehuda Koren: Factorization Meets the Neighborhood: a Multifaceted Collaborative Filtering Model, KDD 2008.