REPORT_ANOMALY_DATA

Capture retraining data for a machine learning algorithm associated with a data collection.

Usage

REPORT_ANOMALY_DATA(dataCollectionName, isAnomaly)

Parameters

dataCollectionName

String

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

isAnomaly

Boolean

TRUE if the current values constitute an anomaly. FALSE otherwise.

Returns

Action

Examples

REPORT_ANOMALY_DATA(‘MyCollection’, true)

Captures that the content of MyCollection constitutes an anomaly.

Remarks

N/A