Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Class and Description |
---|---|
static class |
RegressionComponent.Builder<T extends RegressionComponent.Builder<T>>
An abstract builder extended by the builders for the various concrete
subtypes of
RegressionComponent . |
Modifier and Type | Class and Description |
---|---|
static class |
BaseloadRegressionComponent.Builder
A builder class for creating immutable
BaseloadRegressionComponent objects e.g. for testing
purposes. |
static class |
DegreeDaysRegressionComponent.Builder
A builder class for creating immutable
DegreeDaysRegressionComponent objects e.g. for testing
purposes. |
static class |
ExtraRegressionComponent.Builder
A builder class for creating immutable
ExtraRegressionComponent
objects e.g. for testing purposes. |
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.