Partager via


AnomalyDetectionDataPoint Class

Definition

This class defines a data point specific to anomaly detection predictions, where each data point is associated with an anomaly label.

public ref class AnomalyDetectionDataPoint : MarshalByRefObject
public class AnomalyDetectionDataPoint : MarshalByRefObject
type AnomalyDetectionDataPoint = class
    inherit MarshalByRefObject
Public Class AnomalyDetectionDataPoint
Inherits MarshalByRefObject
Inheritance
AnomalyDetectionDataPoint

Constructors

AnomalyDetectionDataPoint(DateTime, Double, AnomalyType)

Constructor for AnomalyDetectionDataPoint

Properties

AnomalyType

Specifies the anomaly type for this data point.

DataValue

The value of the data point.

DateTime

Specifies the timestamp for the data point.

Applies to