Class TermDocumentMatrixReducer

  • All Implemented Interfaces:
    AcceptingVisitor

    public class TermDocumentMatrixReducer
    extends AttrComposite
    Reduces the dimensionality of a term-document matrix using a matrix factorization algorithm.
    • Field Detail

      • factorizationFactory

        public MatrixFactorizationFactory factorizationFactory
        Factorization method. The method to be used to factorize the term-document matrix and create base vectors that will give rise to cluster labels.
    • Constructor Detail

      • TermDocumentMatrixReducer

        public TermDocumentMatrixReducer()