Interface | Description |
---|---|
SimilarityFunction |
An Interface for any similarity metric between two
Vectors . |
Class | Description |
---|---|
AbstractSymmetricSimilarityFunction |
A base implementation for any symmetic
SimilarityFunction that
requires no parameters. |
AverageCommonFeatureRank |
Computes the Average Common Feature Rank between two feature vectors.
|
CosineSimilarity |
Returns the cosine similarity between any two
Vector s. |
DotProduct |
Returns the dot product of the two vectors.
|
EuclideanSimilarity |
Returns the Euclidean Similarity between any two
Vector s. |
GaussianKernel |
Returns the Gaussing kernel weighting of two vectors using a parameter to
weight the distance between the two vectors.
|
JaccardIndex |
Returns the Jaccard Index between any two
Vector s. |
KendallsTau |
A functional class for computing Kendall's tau of the
values in the two vectors.
|
KLDivergence |
Returns the KL Divergence between any two probability distributions
represented as
Vector s. |
LinSimilarity |
Returns the Lin Similarity between any two
Vector s. |
OneSimilarity |
Returns
1 , always. |
PearsonCorrelation |
Returns the Pearson Correlation between any two
Vector s. |
PolynomialKernel |
Returns the dot product of the two vectors raised to a specified power.
|
SpearmanRankCorrelation |
Returns the Spearman Rank Correlation between any two
Vector s. |
TanimotoCoefficient |
Returns the Tanimoto
Coefficient between any two
Vector s. |
Copyright © 2012. All Rights Reserved.