org.carrot2.text.vsm
Class ReducedVectorSpaceModelContext

java.lang.Object
  extended by org.carrot2.text.vsm.ReducedVectorSpaceModelContext

public class ReducedVectorSpaceModelContext
extends Object

Stores data related a Vector Space Model with reduced dimensionality.

See Also:
TermDocumentMatrixReducer

Field Summary
 org.apache.mahout.math.matrix.DoubleMatrix2D baseMatrix
          Base vectors of the reduced term document matrix
 org.apache.mahout.math.matrix.DoubleMatrix2D coefficientMatrix
          Coefficient vectors of the reduced term document matrix
 VectorSpaceModelContext vsmContext
          Vector Space Model context for the underlying documents.
 
Constructor Summary
ReducedVectorSpaceModelContext(VectorSpaceModelContext vectorSpaceModelContext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vsmContext

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


baseMatrix

public org.apache.mahout.math.matrix.DoubleMatrix2D baseMatrix
Base vectors of the reduced term document matrix


coefficientMatrix

public org.apache.mahout.math.matrix.DoubleMatrix2D coefficientMatrix
Coefficient vectors of the reduced term document matrix

Constructor Detail

ReducedVectorSpaceModelContext

public ReducedVectorSpaceModelContext(VectorSpaceModelContext vectorSpaceModelContext)


Copyright (c) Dawid Weiss, Stanislaw Osinski