Class | Description |
---|---|
FileLoader |
FileLoader tries to load a file, and attempts to create a valid
Table based in the data it parses. |
LinearRegression |
LinearRegression constructs can be used to calculate the slope,
intercept, Pearson's r and mean squared error for
two equal length input columns (usually from the same
Table ). |
Operation |
Operation is one of the most fundamental constructs in the application.
|
ReflectionHelper |
Simple helper class for reflection, contains only static methods.
|
Table |
Table is the construct that holds data.
|
TableWriter |
TableWriter writes a
Table to file, respecting user
preferences . |
Timer |
Timer class for all event timings.
|
Enum | Description |
---|---|
Pref |
Pref
enum s hold some application default values. |
Quickie |
Quickie offers a simple and intuitive GUI for a host of
operations that can be performed on numerical data.
|
Quickie.FeatureField |
Various Feature fields.
|
Quickie.KernelField |
Various Kernel fields.
|
Separator |
Separator values, better known as delimiters, that are considered valid for
data files.
|