| Package | Description |
|---|---|
| net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
| Modifier and Type | Method and Description |
|---|---|
RegressionTestPlan |
RegressionTestPlan.Builder.build()
Creates a
RegressionTestPlan with the configuration
currently held by this Builder. |
RegressionTestPlan |
RegressionRequest.testPlan()
Returns the non-null
RegressionTestPlan that defines how
the API should test regressions against the RegressionRequest.inputData(). |
| Constructor and Description |
|---|
RegressionRequest(Location location,
InputData inputData,
RegressionTestPlan testPlan)
Constructs a
RegressionRequest with the specified
Location, InputData, and
RegressionTestPlan. |
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.