Package elki.utilities.datastructures
Basic memory structures such as heaps and object hierarchies.
-
Interface Summary Interface Description QuickSelect.Adapter<T> Adapter class to apply QuickSelect to arbitrary data structures. -
Class Summary Class Description BitsUtil Utilities for bit operations.KuhnMunkres Kuhn-Munkres optimal matching (aka the Hungarian algorithm).KuhnMunkresStern A version of Kuhn-Munkres inspired by the implementation of Kevin L.KuhnMunkresWong Kuhn-Munkres optimal matching (aka the Hungarian algorithm), supposedly in a modern variant.QuickSelect QuickSelect computes ("selects") the element at a given rank and can be used to compute Medians and arbitrary quantiles by computing the appropriate rank.