GET_ANOMALY_PREDICTION

Get an anomaly prediction for a given data collection using the associated machine learning algorithm (if configured).

Usage

GET_ANOMALY_PREDICTION(dataCollectionName)

Parameters

dataCollectionName

String

Name of data collection containing data to store in the shared data.

Returns

Boolean

Examples

GET_ANOMALY_PREDICTION(‘MyCollection’)

Get a prediction from the associated ML algorithm on whether the current values of MyCollection constitute an anomaly.

Remarks

N/A