org.apache.mahout.cf.taste.impl.recommender.svd
Interface Factorizer

All Superinterfaces:
Refreshable
All Known Implementing Classes:
AbstractFactorizer, ALSWRFactorizer, ExpectationMaximizationSVDFactorizer

public interface Factorizer
extends Refreshable

Implementation must be able to create a factorization of a rating matrix


Method Summary
 Factorization factorize()
           
 
Methods inherited from interface org.apache.mahout.cf.taste.common.Refreshable
refresh
 

Method Detail

factorize

Factorization factorize()
                        throws TasteException
Throws:
TasteException


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