Constructor RADGroupInfo
RADGroupInfo(string, List<ParameterKey>, bool, double?, int?)
Initializes a new instance of the RADGroupInfo class.
public RADGroupInfo(string name, List<ParameterKey> parameters, bool updateModel, double? anomalyThreshold = null, int? minimumAnomalyDuration = null)
Parameters
name
stringThe name of the group.
parameters
List<ParameterKey>The list of parameters in the group.
updateModel
boolWhether the model is updated automatically on new data.
anomalyThreshold
double?The threshold for anomaly detection, or null to use the default setting.
minimumAnomalyDuration
int?The minimum duration in number of minutes for deviating behavior to be considered relevant anomalous behavior, or null to use the default system-wide setting.