Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
ExtraRegressionComponent |
ExtraRegressionComponent.Builder.build() |
ExtraRegressionComponent |
Regression.getExtraComponent(java.lang.String extraPredictorKey)
Returns the non-null
ExtraRegressionComponent object with
the specified extraPredictorKey , or throws an
IllegalStateException if no such component exists in this
Regression (check Regression.hasExtraComponent(java.lang.String) before calling
this). |
Modifier and Type | Method and Description |
---|---|
Regression.Builder |
Regression.Builder.addExtraComponent(java.lang.String extraPredictorKey,
ExtraRegressionComponent extraComponent)
Adds a regression component based on extra-predictor data with the
specified extra-predictor key from the request.
|
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.