Class NonnegativeMatrixFactorizationED

java.lang.Object
org.carrot2.math.matrix.NonnegativeMatrixFactorizationED
All Implemented Interfaces:
IterativeMatrixFactorization, MatrixFactorization

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