Interface | Description |
---|---|
Normaliser<F extends FeatureVector> |
Interface describing classes that can normalise a
FeatureVector . |
Class | Description |
---|---|
HellingerNormaliser |
This
Normaliser normalises vectors such that the Euclidean distance
between normalised vectors is equivalent to computing the similarity using
the Hellinger kernel on the un-normalised vectors. |