Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Anomaly

An object to hold value information for each anomaly point

Properties

actualValue

actualValue: number

The actual value for the anomaly point at given signal and timestamp/row Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

anomalyScore

anomalyScore: number

A significant score ranged from 0 to 1 to each anomaly point. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

estimatedValue

estimatedValue: number

The estimated value for the anomaly point at given signal and timestamp/row Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional imputedValue

imputedValue: undefined | number

The value imputed by an IDP step for missing values in origin data. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

signalName

signalName: string

Name of a signal where current anomaly point belongs to

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Anomaly): object

getJsonObj