Package microsim.matching
Interface IterativeMatchingAlgorithm<T>
- All Known Implementing Classes:
IterativeRandomMatching,IterativeSimpleMatching
public interface IterativeMatchingAlgorithm<T>
-
Method Summary
Modifier and TypeMethodDescriptionmatching(Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-
Method Details
-
matching
org.apache.commons.math3.util.Pair<Set<T>,Set<T>> matching(Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-