Table of Contents

Class RADGroupInfo

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

Represents information about a parameter group of Relational Anomaly Detection.

[Serializable]
public class RADGroupInfo
Inheritance
RADGroupInfo
Extension Methods

Constructors

RADGroupInfo(string, List<ParameterKey>, bool, double?, int?)

Initializes a new instance of the RADGroupInfo class.

RADGroupInfo(string, List<RADSubgroupInfo>, bool, double?, int?)

Initializes a new instance of the RADGroupInfo class. Available from DataMiner 10.5.9/10.6.0 onwards.

Properties

AnomalyThreshold

The threshold for anomaly detection, or null to use the default setting.

MinimumAnomalyDuration

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.

Name

The name of the group.

Parameters

The list of parameters in the group.

Subgroups

The list of subgroups of parameters. All subgroups will share a RAD model. Available from DataMiner 10.5.9/10.6.0 onwards.

UpdateModel

Whether the model is updated automatically on new data.