|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.text.vsm.ReducedVectorSpaceModelContext
public class ReducedVectorSpaceModelContext
Stores data related a Vector Space Model with reduced dimensionality.
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 |
|---|
public final VectorSpaceModelContext vsmContext
public org.apache.mahout.math.matrix.DoubleMatrix2D baseMatrix
public org.apache.mahout.math.matrix.DoubleMatrix2D coefficientMatrix
| Constructor Detail |
|---|
public ReducedVectorSpaceModelContext(VectorSpaceModelContext vectorSpaceModelContext)
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||