|
Class Summary |
| Argmax |
An Argmax accepts (argument, number) pairs and remembers the k pairs
that have the greatest numbers. |
| Array |
Maintains a (dense) count array and totals for a one dimensional
random variable. |
| Cube |
Assume a sampling process, where each sample determines three discrete
random variables, X1, X2, and X3. |
| Objmax |
An Objmax accepts (object, number) pairs and remembers the k pairs
that have the greatest numbers. |
| Table |
Assume a sampling process, where each sample determines two discrete random
variables, X1 and X2. |
| Util |
Util is a class that contains a number of simple static utility methods. |