Constructor RADSubgroupInfo
RADSubgroupInfo()
Initializes a new instance of the RADSubgroupInfo class.
public RADSubgroupInfo()
RADSubgroupInfo(List<RADParameter>)
Initializes a new instance of the RADSubgroupInfo class.
public RADSubgroupInfo(List<RADParameter> parameters)
Parameters
parametersList<RADParameter>The parameters in the subgroup.
RADSubgroupInfo(string, List<RADParameter>, double?, int?)
Initializes a new instance of the RADSubgroupInfo class.
public RADSubgroupInfo(string name, List<RADParameter> parameters, double? anomalyThreshold = null, int? minimumAnomalyDuration = null)
Parameters
namestringThe name of the subgroup.
parametersList<RADParameter>The parameters in the subgroup.
anomalyThresholddouble?The threshold for anomaly detection overriding the anomaly threshold set on the shared model group it is part of. If not specified (null), the anomaly threshold set on the shared model group is used (or the default setting if it is not set on shared model group level).
minimumAnomalyDurationint?The minimum duration in number of minutes for deviating behavior to be considered relevant anomalous behavior: If specified, this overrides the minimum anomaly duration set on the shared model group it is part of. If not specified (null), the minimum anomaly duration set on the shared model group is used (or the default setting if it is not set).