Package org.carrot2.text.vsm
Class ReducedVectorSpaceModelContext
java.lang.Object
org.carrot2.text.vsm.ReducedVectorSpaceModelContext
Stores data related a Vector Space Model with reduced dimensionality.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.carrot2.math.mahout.matrix.DoubleMatrix2D
Base vectors of the reduced term document matrixorg.carrot2.math.mahout.matrix.DoubleMatrix2D
Coefficient vectors of the reduced term document matrixfinal VectorSpaceModelContext
Vector Space Model context for the underlying documents. -
Constructor Summary
ConstructorsConstructorDescriptionReducedVectorSpaceModelContext
(VectorSpaceModelContext vectorSpaceModelContext) -
Method Summary
-
Field Details
-
vsmContext
Vector Space Model context for the underlying documents. -
baseMatrix
public org.carrot2.math.mahout.matrix.DoubleMatrix2D baseMatrixBase vectors of the reduced term document matrix -
coefficientMatrix
public org.carrot2.math.mahout.matrix.DoubleMatrix2D coefficientMatrixCoefficient vectors of the reduced term document matrix
-
-
Constructor Details
-
ReducedVectorSpaceModelContext
-