Package de.hpi.fgis.dude.similarityfunction.contentbased.impl.simmetrics

Contains content-based SimilarityFunction implementations that use the Simmetrics library.

See:
          Description

Class Summary
BlockDistanceFunction BlockDistanceFunction compares two DuDeObjects based on the (city) Block Distance of the given attribute.
CosineSimilarityFunction CosineSimilarityFunction compares two DuDeObjects based on the cosine similarity of the given attribute.
DiceCoefficientFunction DiceCoefficientFunction compares two DuDeObjects based on the Dice's Coefficient of the given attribute.
EuclideanDistanceFunction EuclideanDistanceFunction compares two DuDeObjects based on the Euclidean Distance of the given attribute.
JaccardSimilarityFunction JaccardSimilarityFunction compares two DuDeObjects based on the Jaccard Coefficient of the given attribute.
JaroDistanceFunction JaroDistanceFunction compares two DuDeObjects based on the Jaro Distance of the given attribute.
JaroWinklerFunction JaroWinklerFunction compares two DuDeObjects based on the extended JaroWinkler distance of the given attribute.
LevenshteinDistanceFunction LevenshteinDistanceFunction compares two DuDeObjects based on the Levenshtein Distance of the given attribute.
MatchingCoefficientFunction MatchingCoefficientFunction compares two DuDeObjects based on the Matching Coefficient of the given attribute.
MongeElkanFunction MongeElkanFunction compares two DuDeObjects based on the Monge Elkan Distance of the given attribute.
NeedlemanWunschFunction NeedlemanWunschFunction compares two DuDeObject s based on the Needleman Wunch Distance of the given attribute.
OverlapCoefficientFunction OverlapCoefficientFunction compares two DuDeObjects based on the Overlap Coefficient of the given attribute.
SimmetricsFunction<T extends SimmetricsFunction<T,M>,M extends InterfaceStringMetric> SimmetricsFunction is a skeleton class providing the common functionality of all Simmetric similarity functions.
SmithWatermanFunction SmithWatermanFunction compares two DuDeObjects based on the Smith Waterman Distance of the given attribute.
SmithWatermanGotohFunction SmithWatermanGotohFunction compares two DuDeObjects based on the Smith Waterman Gotoh Distance of the given attribute.
 

Package de.hpi.fgis.dude.similarityfunction.contentbased.impl.simmetrics Description

Contains content-based SimilarityFunction implementations that use the Simmetrics library.



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.