Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
Regression |
Regression.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Regression> |
RegressionResponse.getRegressions()
Returns a non-null, non-empty, best-first ordered list of
Regression objects, or throws a SourceDataException
if the API could not generate regressions because there was not enough
good weather data for the Location specified in your
RegressionRequest . |
Modifier and Type | Method and Description |
---|---|
RegressionResponse.Builder |
RegressionResponse.Builder.addRegression(Regression regression) |
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.