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.

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.

UpdateModel

Whether the model is updated automatically on new data.