public class CorrelationTransform extends BaseTransform
Rohde, D. L. T., Gonnerman, L. M., Plaut, D. C. (2005). An Improved Model of Semantic Similarity Based on Lexical Co-Occurrence. Cognitive Science (submitted). Available here
Modifier and Type | Class and Description |
---|---|
class |
CorrelationTransform.CorrelationGlobalTransform |
Constructor and Description |
---|
CorrelationTransform() |
Modifier and Type | Method and Description |
---|---|
protected GlobalTransform |
getTransform(File inputMatrixFile,
MatrixIO.Format format)
Returns a
GlobalTransform for a File of the given format. |
protected GlobalTransform |
getTransform(Matrix matrix)
Returns a
GlobalTransform for a Matrix . |
String |
toString()
Returns the name of this transform.
|
transform, transform, transform, transform
protected GlobalTransform getTransform(File inputMatrixFile, MatrixIO.Format format)
GlobalTransform
for a File of the given format.getTransform
in class BaseTransform
protected GlobalTransform getTransform(Matrix matrix)
GlobalTransform
for a Matrix
.getTransform
in class BaseTransform
Copyright © 2012. All Rights Reserved.