Package microsim.matching
Class IterativeRandomMatching<T>
java.lang.Object
microsim.matching.IterativeRandomMatching<T>
- All Implemented Interfaces:
IterativeMatchingAlgorithm<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic IterativeRandomMatchingmatching(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
public 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) - Specified by:
matchingin interfaceIterativeMatchingAlgorithm<T>
-
getInstance
-