Interface ITrieFilterableStringMeasure

    • Method Detail

      • characterFrequencyUpperBound

        double characterFrequencyUpperBound​(int l1,
                                            int l2,
                                            int m)
      • characterMatchLowerBound

        int characterMatchLowerBound​(int l1,
                                     int l2,
                                     double threshold)
      • lengthUpperBound

        int lengthUpperBound​(int l1,
                             double threshold)
      • lengthLowerBound

        int lengthLowerBound​(int l1,
                             double threshold)
      • getPartitionBounds

        LinkedList<org.apache.commons.lang3.tuple.ImmutableTriple<Integer,​Integer,​Integer>> getPartitionBounds​(int maxSize,
                                                                                                                           double threshold)