Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PerSignalDetails

Detailed information like statistics, metrics and status for a signal

Properties

Optional details

details: undefined | string

detailed information for a signal.

Optional fap

fap: undefined | number

Accuracy metric for a signal. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isQuantized

isQuantized: undefined | false | true

A boolean value to indicate if a signal is quantized or not.

max

max: number

Max value within a signal. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

min

min: number

Min value within a signal. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional mviRatio

mviRatio: undefined | number

The ratio of missing values in a signal filled/imputed by the IDP algorithm. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

signalName

signalName: string

The name of a signal.

status

status: Status

Status of the signal:

  • ACCEPTED - the signal is used for training the model
  • DROPPED - the signal does not meet requirement, and is dropped before training the model.
  • OTHER - placeholder for other status

std

std: number

Standard deviation of values within a signal. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj