Uses of Class
elki.utilities.datastructures.KuhnMunkres
-
Packages that use KuhnMunkres Package Description elki.utilities.datastructures Basic memory structures such as heaps and object hierarchies. -
-
Uses of KuhnMunkres in elki.utilities.datastructures
Subclasses of KuhnMunkres in elki.utilities.datastructures Modifier and Type Class Description class
KuhnMunkresStern
A version of Kuhn-Munkres inspired by the implementation of Kevin L.class
KuhnMunkresWong
Kuhn-Munkres optimal matching (aka the Hungarian algorithm), supposedly in a modern variant.
-