Constructor RADDataPoint
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)