Package | Description |
---|---|
edu.ucla.sspace.coals | |
edu.ucla.sspace.common | |
edu.ucla.sspace.lsa | |
edu.ucla.sspace.matrix | |
edu.ucla.sspace.tools |
Constructor and Description |
---|
Coals(Transform transform,
MatrixFactorization reducer) |
Coals(Transform transform,
MatrixFactorization reducer,
int reducedDimensions,
int maxWords,
int maxDimensions)
Creats a
Coals instance. |
Modifier and Type | Method and Description |
---|---|
protected MatrixFile |
GenericTermDocumentVectorSpace.processSpace(Transform transform)
Processes the
GenericTermDocumentVectorSpace with the provided
Transform if it is not null as a MatrixFile . |
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 | Class and Description |
---|---|
class |
BaseTransform
An abstract
Transform implemenation that most transforms can extend. |
class |
CorrelationTransform
Transforms a matrix using row correlation weighting.
|
class |
LogEntropyTransform
Transforms a matrix using log-entropy weighting.
|
class |
LogLikelihoodTransform
Transforms a matrix using the log-likelihood weight.
|
class |
NoTransform
Performs no transform on the input matrix.
|
class |
PointWiseMutualInformationTransform |
class |
RowMagnitudeTransform
Tranforms a matrix by the row magnitudes.
|
class |
TfIdfDocStripedTransform
Tranforms a matrix according to the Term frequency-Inverse
Document Frequency weighting.
|
class |
TfIdfTransform
Tranforms a matrix according to the Term frequency-Inverse
Document Frequency weighting.
|
Constructor and Description |
---|
BasisMaker.OccurrenceCounter(Transform transform,
int bound,
int windowSize)
Creates a new
BasisMaker.OccurrenceCounter . |
DependencyBasisMaker.OccurrenceCounter(Transform transform,
int bound,
DependencyPathAcceptor acceptor,
DependencyPathWeight weighter,
int pathLength)
Creates a new
DependencyBasisMaker.OccurrenceCounter . |
Copyright © 2012. All Rights Reserved.