Table of Contents

Constructor RADSubgroupInfo

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

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

parameters List<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

name string

The name of the subgroup.

parameters List<RADParameter>

The parameters in the subgroup.

anomalyThreshold double?

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).

minimumAnomalyDuration int?

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).