org.carrot2.matrix.factorization
Class LocalNonnegativeMatrixFactorizationFactory
java.lang.Object
org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorizationFactory
- All Implemented Interfaces:
- IMatrixFactorizationFactory
public class LocalNonnegativeMatrixFactorizationFactory
- extends IterativeMatrixFactorizationFactory
LocalNonnegativeMatrixFactorization factory.
| Methods inherited from class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory |
createSeedingStrategy, getK, getMaxIterations, getSeedingFactory, getStopThreshold, isOrdered, setK, setMaxIterations, setOrdered, setSeedingFactory, setStopThreshold |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalNonnegativeMatrixFactorizationFactory
public LocalNonnegativeMatrixFactorizationFactory()
factorize
public IMatrixFactorization factorize(org.apache.mahout.math.matrix.DoubleMatrix2D A)
- Description copied from interface:
IMatrixFactorizationFactory
- Factorizes matrix
A.
- Parameters:
A - matrix to be factorized.
Copyright (c) Dawid Weiss, Stanislaw Osinski