Package | Description |
---|---|
edu.ucla.sspace.matrix |
Modifier and Type | Class and Description |
---|---|
class |
CorrelationTransform.CorrelationGlobalTransform |
class |
LogEntropyTransform.LogEntropyGlobalTransform
The real implementation of the Log Entropy transformation as a
GlobalTransform |
class |
LogLikelihoodTransform.LogLikelihoodGlobalTransform |
class |
PointWiseMutualInformationTransform.PointWiseMutualInformationGlobalTransform |
class |
RowMagnitudeTransform.RowMagnitudeGlobalTransform |
class |
TfIdfDocStripedTransform.TfIdfGlobalTransform |
class |
TfIdfTransform.TfIdfGlobalTransform |
Modifier and Type | Method and Description |
---|---|
protected GlobalTransform |
CorrelationTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
LogLikelihoodTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
LogEntropyTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
TfIdfTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
PointWiseMutualInformationTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected abstract GlobalTransform |
BaseTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
TfIdfDocStripedTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
RowMagnitudeTransform.getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
CorrelationTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
LogLikelihoodTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
LogEntropyTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
TfIdfTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
PointWiseMutualInformationTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected abstract GlobalTransform |
BaseTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
TfIdfDocStripedTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
protected GlobalTransform |
RowMagnitudeTransform.getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
Modifier and Type | Method and Description |
---|---|
File |
MatlabSparseFileTransformer.transform(File inputFile,
File outputFile,
GlobalTransform transform)
Transforms a given matrix file into a new matrix file using the provided
GlobalTransform method provided. |
File |
FileTransformer.transform(File inputMatrixFile,
File outputMatrixFile,
GlobalTransform transform)
Transforms a given matrix file into a new matrix file using the provided
GlobalTransform method provided. |
Copyright © 2012. All Rights Reserved.