| Modifier and Type | Method and Description |
|---|---|
static AMeasure |
MeasureFactory.createMeasure(MeasureType type)
Factory function for retrieving the desired measure instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Caverphone1Measure |
class |
Caverphone2Measure |
class |
DaitchMokotoffSoundexMeasure |
class |
MatchRatingApproachEncoderMeasure |
class |
MetaphoneMeasure |
class |
NysiisMeasure |
class |
RefinedSoundexMeasure |
class |
SoundexMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
APointsetsMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveAverageMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
GeOxygeneFrechetMeasure |
class |
NaiveFrechetMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
CentroidIndexedHausdorffMeasure |
class |
FastHausdorffMeasure
Efficient computation of the Hausdorff distance between two polygons
|
class |
IndexedHausdorffMeasure |
class |
NaiveHausdorffMeasure
Brute force approach to computing the SetMeasure distance between two
polygons
|
class |
ScanIndexedHausdorffMeasure |
class |
SymmetricHausdorffMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveLinkMeasure
Approach to computing the link distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveMaxMeasure
Brute force approach to computing the MAX distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveMeanMeasure
Brute force approach to computing the mean distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveMinMeasure
Brute force approach to computing the MAX distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveSumOfMinMeasure
Brute force approach to computing the MAX distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
FairSurjectionMeasure
Approach to computing the Surjection distance between two polygons
|
class |
NaiveSurjectionMeasure
Approach to computing the Surjection distance between two polygons
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetJaccardMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
AEdgeCountingSemanticMeasure
Implements the edge-counting semantic string similarity abstract class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCHMeasure
Implements the Leacock and Chodorow (LCH) semantic string similarity between
two concepts (synsets), that considers both the path between two concepts and
the depth of the hierarchy.
|
class |
LiMeasure
Implements the Li et al.
|
class |
ShortestPathMeasure
Implements the Shortest Path semantic string similarity between two concepts
(synsets), that considers both the path between two concepts and the depth of
the hierarchy.
|
class |
WuPalmerMeasure
Implements the Wu and Palmer (WuPalmer) semantic string similarity between
two concepts (synsets), using the path between two concepts and their least
common subsumer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ASpaceMeasure |
class |
EuclideanMeasure
Implements a similarity measure based on the euclidean distance.
|
class |
GeoGreatEllipticMeasure
Deprecated.
|
class |
GeoOrthodromicMeasure
Deprecated.
|
class |
ManhattanMeasure
Implements a similarity measure based on the Manhattan distance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CosineMeasure |
class |
DoubleMetaphoneMeasure |
class |
ExactMatchMeasure |
class |
JaccardMeasure |
class |
JaroMeasure |
class |
JaroWinklerMeasure
This class implements the Jaro-Winkler algorithm that was designed as a
string subsequence alignment method for matching names in the US Census.
|
class |
KoelnPhoneticMeasure |
class |
LevenshteinMeasure |
class |
MongeElkanMeasure |
class |
OverlapMeasure |
class |
QGramSimilarityMeasure |
class |
RatcliffObershelpMeasure |
class |
StringMeasure |
class |
TrigramMeasure |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporalMeasure
Implements the temporal measure abstract class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterMeasure
Implements the temporal after measure class.
|
class |
BeforeMeasure
Implements the temporal before measure class.
|
class |
DuringMeasure
Implements the temporal during measure class.
|
class |
DuringReverseMeasure
Implements the temporal during reverse measure class.
|
class |
FinishesMeasure
Implements the temporal finishes measure class.
|
class |
IsFinishedByMeasure
Implements the temporal is finished by measure class.
|
class |
IsMetByMeasure
Implements the temporal is met by measure class.
|
class |
IsOverlappedByMeasure
Implements the temporal is overlapped by measure class.
|
class |
IsStartedByMeasure
Implements the temporal is started by measure class.
|
class |
MeetsMeasure
Implements the temporal meets measure class.
|
class |
StartsMeasure
Implements the temporal starts measure class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMeasure
Implements the temporal concurrent measure class.
|
class |
PredecessorMeasure
Implements the temporal predecessor measure class.
|
class |
SuccessorMeasure
Implements the temporal successor measure class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainsMeasure
Measure that checks for the topological relation contains.
|
class |
CoveredbyMeasure
Measure that checks for the topological relation coveredby.
|
class |
CoversMeasure
Measure that checks for the topological relation covers.
|
class |
CrossesMeasure
Measure that checks for the topological relation crosses.
|
class |
DisjointMeasure
Measure that checks for the topological relation disjoint.
|
class |
EqualsMeasure
Measure that checks for the topological relation equals.
|
class |
IntersectsMeasure
Measure that checks for the topological relation intersects.
|
class |
OverlapsMeasure
Measure that checks for the topological relation overlaps.
|
class |
TouchesMeasure
Measure that checks for the topological relation touches.
|
class |
WithinMeasure
Measure that checks for the topological relation within.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinearSelfConfigurator.setMeasure(AMeasure measure) |
void |
ISelfConfigurator.setMeasure(AMeasure measure) |
Copyright © 2020. All rights reserved.