Class IterativeRandomMatching<T>
java.lang.Object
microsim.matching.IterativeRandomMatching<T>
- All Implemented Interfaces:
IterativeMatchingAlgorithm<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IterativeRandomMatchingDeprecated, for removal: This API element is subject to removal in a future version.use constructor to obtain an instancematching(Collection<T> collection1, Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-
Constructor Details
-
IterativeRandomMatching
public IterativeRandomMatching()
-
-
Method Details
-
matching
public org.apache.commons.math3.util.Pair<Set<T>,Set<T>> matching(Collection<T> collection1, Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching) - Specified by:
matchingin interfaceIterativeMatchingAlgorithm<T>
-
getInstance
Deprecated, for removal: This API element is subject to removal in a future version.use constructor to obtain an instance
-