View source: R/model_with_CP.R
model_with_CP | R Documentation |
This function builds an energy use model using the four changepoint algorithms: Three Parameter Cooling (3PC), Three Parameter Heating (3PH),
Four Parameter Linear Model (4P), Five Parameter Linear Model (5P).
model_with_CP(training_data = NULL, model_input_options = NULL)
training_data |
Training dataframe and operating mode dataframe. Output from create_dataframe |
model_input_options |
List with model inputs specified using assign_model_inputs |
a list with the following components:
an lm object
training dataframe along with the model_fit values
model_input_options from the input along with additional model specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.