Uses of Package
elki.similarity
-
Packages that use elki.similarity Package Description elki.clustering Clustering algorithms.elki.clustering.affinitypropagation Affinity Propagation (AP) clustering.elki.clustering.dbscan.predicates Neighbor and core predicated for Generalized DBSCAN.elki.clustering.svm elki.database.query Database queries - computing distances, neighbors, similarities - API and general documentation.elki.database.query.distance Prepared queries for distances.elki.database.query.similarity Prepared queries for similarity functions.elki.distance.adapter Distance functions deriving distances from, e.g., similarity measures.elki.distance.probabilistic Distance from probability theory, mostly divergences such as K-L-divergence, J-divergence, F-divergence, χ²-divergence, etc.elki.distance.set Distance functions for binary and set type data.elki.index Index structure implementations.elki.index.distancematrix Precomputed distance matrix.elki.outlier.anglebased Angle-based outlier detection algorithms.elki.outlier.subspace Subspace outlier detection methods.elki.outlier.svm Support-Vector-Machines for outlier detection.elki.similarity Similarity functions.elki.similarity.cluster Similarity measures for comparing clusters.elki.similarity.kernel Kernel functions. -
Classes in elki.similarity used by elki.clustering Class Description SharedNearestNeighborSimilarity SharedNearestNeighborSimilarity with a pattern defined to accept Strings that define a non-negative Integer. -
Classes in elki.similarity used by elki.clustering.affinitypropagation Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.clustering.dbscan.predicates Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.clustering.svm Class Description PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.database.query Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.database.query.distance Class Description PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.database.query.similarity Class Description PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.distance.adapter Class Description NormalizedSimilarity Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.distance.probabilistic Class Description NormalizedPrimitiveSimilarity Marker interface for similarity functions working on primitive objects, and limited to the 0-1 value range.NormalizedSimilarity Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.distance.set Class Description NormalizedPrimitiveSimilarity Marker interface for similarity functions working on primitive objects, and limited to the 0-1 value range.NormalizedSimilarity Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.index Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.index.distancematrix Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.outlier.anglebased Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.outlier.subspace Class Description Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.outlier.svm Class Description PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.similarity Class Description AbstractIndexBasedSimilarity Abstract super class for distance functions needing a preprocessor.AbstractIndexBasedSimilarity.Instance The actual instance bound to a particular database.AbstractVectorSimilarity Abstract base class for double-valued primitive similarity functions.DBIDSimilarity Interface DBIDSimilarity describes the requirements of any similarity function defined over object IDs.FractionalSharedNearestNeighborSimilarity SharedNearestNeighborSimilarity with a pattern defined to accept Strings that define a non-negative Integer.FractionalSharedNearestNeighborSimilarity.Instance Actual instance for a dataset.IndexBasedSimilarity Interface for preprocessor/index based similarity functions.IndexBasedSimilarity.Instance Instance interface for index/preprocessor based distance functions.Kulczynski1Similarity Kulczynski similarity 1.Kulczynski2Similarity Kulczynski similarity 2.NormalizedSimilarity Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.SharedNearestNeighborSimilarity SharedNearestNeighborSimilarity with a pattern defined to accept Strings that define a non-negative Integer.SharedNearestNeighborSimilarity.Instance Instance for a particular database.Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.similarity.cluster Class Description NormalizedSimilarity Marker interface to signal that the similarity function is normalized to produce values in the range of [0:1].PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.Similarity Interface Similarity describes the requirements of any similarity function. -
Classes in elki.similarity used by elki.similarity.kernel Class Description AbstractVectorSimilarity Abstract base class for double-valued primitive similarity functions.PrimitiveSimilarity Interface Similarity describes the requirements of any similarity function.Similarity Interface Similarity describes the requirements of any similarity function.