| Class | Description |
|---|---|
| DatasetEnhancer |
Takes in a dataset produced by the DatasetProducer and generates two more columns:
average latency over a time period and latency variance over that time period
The output is a comma delimited file with a header.
|
| RegressStarter |
Driver program for the purpose of running linear regression tests.
|
| Rows |
Represents the rows in the table for the DatasetEnhancer.
|