Interface IterativeMatchingAlgorithm<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.commons.math3.util.Pair<java.util.Set<T>,​java.util.Set<T>> matching​(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)  
    • Method Detail

      • matching

        org.apache.commons.math3.util.Pair<java.util.Set<T>,​java.util.Set<T>> matching​(java.util.Collection<T> collection1,
                                                                                             org.apache.commons.collections4.Predicate<T> filter1,
                                                                                             java.util.Comparator<T> comparator1,
                                                                                             java.util.Collection<T> collection2,
                                                                                             org.apache.commons.collections4.Predicate<T> filter2,
                                                                                             MatchingScoreClosure<T> doubleClosure,
                                                                                             MatchingClosure<T> matching)