| Interface | Description |
|---|---|
| Norm<T> |
A norm for vector spaces.
|
| RealVectorNorm |
A norm for real vector spaces.
|
| Class | Description |
|---|---|
| AbstractRealVectorNorm |
Abstract class for real vector norms.
|
| AggregatingNorm |
This norm uses an aggregator on the 1-norm distance of each
value.
|
| EntropyNorm<T extends java.lang.Comparable<T>> |
The entropy norm.
|
| ManhattanNorm |
The Manhattan norm.
|
| MaximumNorm |
The Maximum norm.
|
| PNorm |
The p-norm.
|
| ProbabilisticAggregatingNorm |
This distance function uses an aggregator on a probabilistically normalized distance
for probabilities of each value.
|
| ProbabilisticPNorm |
This class implement the p-norm distance function where distances are normalized
corresponding to their distance to 0.5.
|