Class KMeansMatrixFactorization

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

public class KMeansMatrixFactorization extends Object
Performs matrix factorization using the K-means clustering algorithm. This kind of factorization is sometimes referred to as Concept Decomposition Factorization.