Package | Description |
---|---|
net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
Modifier and Type | Method and Description |
---|---|
InputPeriod[] |
InputData.getPeriods()
Returns a non-null, non-empty, chronologically-ordered array of the
InputPeriod objects that make up this
InputData . |
InputPeriod |
InputData.periodAt(int index)
Returns the
InputPeriod at the specified index ,
which must be between 0 (inclusive) and
InputData.periodCount() (exclusive). |
InputPeriod |
InputPeriod.withExtraPredictor(java.lang.String key,
double value)
Returns a new
InputPeriod based on this but
also including an extra predictor with the specified key and
value . |
Constructor and Description |
---|
InputData(InputPeriod[] inputPeriods)
Constructs an
InputData object containing the specified
InputPeriod objects. |
InputData(InputPeriod firstInputPeriod,
InputPeriod... additionalInputPeriods)
Constructs an
InputData object containing the specified
InputPeriod objects. |
InputData(InputPeriod firstInputPeriod,
InputPeriod... additionalInputPeriods)
Constructs an
InputData object containing the specified
InputPeriod objects. |
Constructor and Description |
---|
InputData(java.lang.Iterable<InputPeriod> inputPeriods)
Constructs an
InputData object containing the specified
InputPeriod objects. |
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.