public class PointWiseMutualInformationTransform extends BaseTransform
Modifier and Type | Class and Description |
---|---|
class |
PointWiseMutualInformationTransform.PointWiseMutualInformationGlobalTransform |
Constructor and Description |
---|
PointWiseMutualInformationTransform() |
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(Matrix matrix)
GlobalTransform
for a Matrix
.getTransform
in class BaseTransform
protected GlobalTransform getTransform(File inputMatrixFile, MatrixIO.Format format)
GlobalTransform
for a File of the given format.getTransform
in class BaseTransform
Copyright © 2012. All Rights Reserved.