| Interface | Description |
|---|---|
| SimilarityMatrixProcessor |
A class for processing a
SimilarityMatrix. |
| Class | Description |
|---|---|
| InvertData |
A similarity matrix processor that sets inverts all values
by setting the smallest to the biggest, etc.
|
| MultidimensionalScaling |
Implementation of Multidimensional Scaling.
|
| NormaliseData |
Normalise and optionally invert a
SimilarityMatrix. |
| Threshold |
A similarity matrix processor that sets all values
less than a threshold to 0 and all other values to
1.
|