|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractFactorizer
org.mymedialite.examples.TasteFactorizer
public class TasteFactorizer
Adaptor class between MyMediaLite and Mahout. Allows a subclass of org.mymedialite.itemrec.MF to be used to create a org.apache.mahout.cf.taste.impl.recommender.svd.Factorization
Constructor Summary | |
---|---|
TasteFactorizer(DataModel dataModel,
MF mf)
Create a factorizer from the supplied data model and MyMediaLite matrix factorization. |
Method Summary | |
---|---|
Factorization |
factorize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TasteFactorizer(DataModel dataModel, MF mf) throws TasteException
dataModel
- the data modelmf
- the matrix factorization
TasteException
Method Detail |
---|
public Factorization factorize() throws TasteException
TasteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |