public interface ITrieFilterableStringMeasure extends IStringMeasure
| Modifier and Type | Method and Description |
|---|---|
double |
characterFrequencyUpperBound(int l1,
int l2,
int m) |
int |
characterMatchLowerBound(int l1,
int l2,
double threshold) |
LinkedList<org.apache.commons.lang3.tuple.ImmutableTriple<Integer,Integer,Integer>> |
getPartitionBounds(int maxSize,
double threshold) |
int |
lengthLowerBound(int l1,
double threshold) |
int |
lengthUpperBound(int l1,
double threshold) |
double |
proximity(String a,
String b) |
computableViaOverlap, getAlpha, getMidLength, getPrefixLength, getSimilarity, getSizeFilteringThresholdgetName, getRuntimeApproximation, getSimilarity, getSimilarity, getTypedouble characterFrequencyUpperBound(int l1,
int l2,
int m)
int characterMatchLowerBound(int l1,
int l2,
double threshold)
int lengthUpperBound(int l1,
double threshold)
int lengthLowerBound(int l1,
double threshold)
LinkedList<org.apache.commons.lang3.tuple.ImmutableTriple<Integer,Integer,Integer>> getPartitionBounds(int maxSize, double threshold)
Copyright © 2020. All rights reserved.