Package | Description |
---|---|
org.openimaj.math.matrix.similarity | |
org.openimaj.math.matrix.similarity.processor |
Modifier and Type | Method and Description |
---|---|
SimilarityMatrix |
SimilarityMatrix.process(SimilarityMatrixProcessor proc)
Process a copy of this similarity matrix with the
given processor and return the copy.
|
SimilarityMatrix |
SimilarityMatrix.processInplace(SimilarityMatrixProcessor proc)
Process this matrix with the given processor.
|
Modifier and Type | Class and Description |
---|---|
class |
InvertData
A similarity matrix processor that sets inverts all values
by setting the smallest to the biggest, etc.
|
class |
MultidimensionalScaling
Implementation of Multidimensional Scaling.
|
class |
NormaliseData
Normalise and optionally invert a
SimilarityMatrix . |
class |
Threshold
A similarity matrix processor that sets all values
less than a threshold to 0 and all other values to
1.
|