Table of Contents

Constructor RADDataPoint

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

RADDataPoint()

Creates a new RADDataPoint instance.

public RADDataPoint()

RADDataPoint(List<double>, DateTime, double)

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

public RADDataPoint(List<double> values, DateTime timestamp, double anomalyScore)

Parameters

values List<double>

The 5-min. average trend data values of the parameters in the RAD group.

timestamp DateTime

The time of the data point.

anomalyScore double

The anomaly score according to the RAD model.

Advanced search syntax