Table of Contents

Class RADDataPoint

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

A data point containing the 5-min. average trend data values, the time stamp of the data point and the anomaly score of the data point according to the RAD model.

[Serializable]
public class RADDataPoint
Inheritance
RADDataPoint
Extension Methods

Constructors

RADDataPoint()

Creates a new RADDataPoint instance.

RADDataPoint(List<double>, DateTime, double)

Creates a new RADDataPoint instance with the given values, timestamp, and anomaly score.

Properties

AnomalyScore

Anomaly score of the data point according to the RAD model.

Timestamp

Time stamp of the data point.

Values

5-min. average trend data values.