Package elki.similarity
Interface NormalizedSimilarity<O>
-
- Type Parameters:
O- object type
- All Superinterfaces:
Similarity<O>
- All Known Subinterfaces:
NormalizedPrimitiveSimilarity<O>
- All Known Implementing Classes:
ClusteringAdjustedRandIndexSimilarity,ClusteringBCubedF1Similarity,ClusteringFowlkesMallowsSimilarity,FractionalSharedNearestNeighborSimilarity,HellingerDistance,JaccardSimilarityDistance
public interface NormalizedSimilarity<O> extends Similarity<O>
Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].- Since:
- 0.2
- Author:
- Erich Schubert
-
-
Method Summary
-
Methods inherited from interface elki.similarity.Similarity
getInputTypeRestriction, instantiate, isSymmetric
-
-