Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
ExtraPredictorSpec |
RegressionTestPlan.getExtraPredictorSpec(java.lang.String extraPredictorKey)
Returns the non-null
ExtraPredictorSpec associated with the
specified string extraPredictorKey . |
Modifier and Type | Method and Description |
---|---|
RegressionTestPlan.Builder |
RegressionTestPlan.Builder.addExtraPredictorSpec(java.lang.String extraPredictorKey,
ExtraPredictorSpec extraPredictorSpec)
Adds a specification for an extra predictor included in the
InputData sent to the API, to help the API test and rank the
regressions that include data for that extra predictor. |
Modifier and Type | Method and Description |
---|---|
RegressionTestPlan.Builder |
RegressionTestPlan.Builder.setExtraPredictorSpecs(java.util.Map<java.lang.String,ExtraPredictorSpec> extraPredictorSpecs)
Sets the specifications for the extra predictors included in the
InputData sent to the API, to help the API test and rank the
regressions that include data for those extra predictors. |
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.