| Class | Description |
|---|---|
| AlphanumericSorting | |
| BoltzmannDistribution |
This class provides methods for computing, sampling, and working with Boltzmann distributions/Softmax.
|
| HashedAggregator<K> |
Datasturcutre for maintaining numeric aggregated values for different keys.
|
| HashIndexedHeap<T> |
An implementation of a hash map backed heap/priority queue.
|
| StochasticTree<T> |
A class for performing sampling of a set of objects at O(lg(n)) time.
|