Class | Description |
---|---|
Gridder<T> |
A lookup table in 2D for implementing nearest neighbor
|
Gridder.Cell | |
Normalize2D |
For a set of 2D points, compute a 3x3 transform that
will make the points have mean zero and unit variance.
|
ReflectUtil |
Utility classes for java reflection.
|
Tic |
Execution time measurement.
|
UnionFindSimple |
Implementation of disjoint set data structure that packs each
entry into a single array of 'int' for performance
|