Package | Description |
---|---|
edu.ucla.sspace.coals | |
edu.ucla.sspace.lsa | |
edu.ucla.sspace.matrix | |
edu.ucla.sspace.matrix.factorization |
Constructor and Description |
---|
Coals(Transform transform,
MatrixFactorization reducer) |
Coals(Transform transform,
MatrixFactorization reducer,
int reducedDimensions,
int maxWords,
int maxDimensions)
Creats a
Coals instance. |
Constructor and Description |
---|
LatentSemanticAnalysis(boolean retainDocumentSpace,
int dimensions,
Transform transform,
MatrixFactorization reducer,
boolean readHeaderToken,
BasisMapping<String,String> termToIndex)
Constructs a new
LatentSemanticAnalysis using the provided
objects for processing. |
Modifier and Type | Method and Description |
---|---|
static MatrixFactorization |
SVD.getFactorization(SVD.Algorithm alg)
Returns the
MatrixFactorization implementation corresponding to
the SVD.Algorithm name. |
static MatrixFactorization |
SVD.getFastestAvailableFactorization()
Returns the fastest
MatrixFactorization implementation of
Singular Value Decomposition available, or null if no
implementation is available. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSvd
An abstract base class for any Singular Value Decomposition implementation.
|
class |
NonNegativeMatrixFactorizationMultiplicative
The most basic Non-Negative Matrix Factorization implementation.
|
class |
NonNegativeMatrixFactorizationOPL
A simple implementation of Non-Negative Matrix Factorization.
|
class |
SingularValueDecompositionLibC
A wrapper around the LibC implentation of Singular Value Decomposition.
|
class |
SingularValueDecompositionLibJ
A wrapper around the
SvdlibjDriver that implements the MatrixFactorization interface. |
class |
SingularValueDecompositionMatlab
A wrapper around the Matlab implementation of the SVD.
|
class |
SingularValueDecompositionOctave
A wrapper around the Octave implementation of the SVD.
|
Copyright © 2012. All Rights Reserved.