Class ReducedVectorSpaceModelContext


  • public class ReducedVectorSpaceModelContext
    extends Object
    Stores data related a Vector Space Model with reduced dimensionality.
    See Also:
    TermDocumentMatrixReducer
    • Field Detail

      • vsmContext

        public final VectorSpaceModelContext vsmContext
        Vector Space Model context for the underlying documents.
      • baseMatrix

        public org.carrot2.math.mahout.matrix.DoubleMatrix2D baseMatrix
        Base vectors of the reduced term document matrix
      • coefficientMatrix

        public org.carrot2.math.mahout.matrix.DoubleMatrix2D coefficientMatrix
        Coefficient vectors of the reduced term document matrix
    • Constructor Detail

      • ReducedVectorSpaceModelContext

        public ReducedVectorSpaceModelContext​(VectorSpaceModelContext vectorSpaceModelContext)