| Class | Description |
|---|---|
| DataBinner |
Apache commons math etc do not seem to provide decent binning functionality
(except for a possible abuse of class EmpiricalDistributionImpl).
|
| DataBinner.BinnedTimeValues<T extends java.lang.Comparable<T>> |
Represents a binning (time) interval and the data mapped to it.
|
| DataBinner.TimeValue<T extends java.lang.Comparable<T>> |
Class to represent a point in a time series of data.
|
| TopologicalSort |
Topological sort algorithm, following Cormen et al, "Introduction to Algorithms".
|
| Vertex |
A vertex of the graph that the
TopologicalSort can work on. |