AnomalyDetectionDataPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |