Class NonnegativeMatrixFactorizationEDFactory

java.lang.Object
org.carrot2.attrs.AttrComposite
org.carrot2.math.matrix.IterativeMatrixFactorizationFactory
org.carrot2.math.matrix.NonnegativeMatrixFactorizationEDFactory
All Implemented Interfaces:
AcceptingVisitor, MatrixFactorizationFactory

public class NonnegativeMatrixFactorizationEDFactory extends IterativeMatrixFactorizationFactory
Performs matrix factorization using the Non-negative Matrix Factorization algorithm with minimization of Euclidean Distance between A and UV' and multiplicative updating.