Buildings.Controls.Predictors.Types

Types for prediction models

Information

This package contains type definitions.

Package Content

Name Description
Buildings.Controls.Predictors.Types.PredictionModel PredictionModel Enumeration for the prediction models

Types and constants

type PredictionModel = enumeration(
    Average "Average load of previous days",
    WeatherRegression "Regression model based on outside temperature") 
  "Enumeration for the prediction models";