Uses of Class
org.apache.mahout.cf.taste.impl.recommender.svd.AbstractFactorizer

Packages that use AbstractFactorizer
org.apache.mahout.cf.taste.impl.recommender.svd   
 

Uses of AbstractFactorizer in org.apache.mahout.cf.taste.impl.recommender.svd
 

Subclasses of AbstractFactorizer in org.apache.mahout.cf.taste.impl.recommender.svd
 class ALSWRFactorizer
          factorizes the rating matrix using "Alternating-Least-Squares with Weighted-λ-Regularization" as described in the paper "Large-scale Collaborative Filtering for the Netflix Prize"
 class ExpectationMaximizationSVDFactorizer
          Calculates the SVD using an Expectation Maximization algorithm.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.