Skip to main content

AnomalyBaseline

Properties

NameTypeDescriptionNotes
uiFeatureName(optional) stringName of the feature the baseline describes.[default to undefined]
windowSize(optional) numberNumber of data points in the window.[default to undefined]
values(optional) Array<number>Observed values across the window.[default to undefined]
rawValue(optional) Array<string>Raw observed values across the window.[default to undefined]
upperBound(optional) Array<number>Upper deviation threshold per data point.[default to undefined]
lowerBound(optional) Array<number>Lower deviation threshold per data point.[default to undefined]
minimumValue(optional) numberMinimum value in the window.[default to undefined]
fprValue(optional) numberFalse-positive-rate threshold value.[default to undefined]