Anomaly metadata
Last updated
Last updated
Get metadata about a trained anomaly block. Use the impulse blocks to find the learnId.
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Date when the model was trained
Scale input for StandardScaler. Values are scaled like this (where ix
is axis index): input[ix] = (input[ix] - mean[ix]) / scale[ix];
Mean input for StandardScaler. Values are scaled like this (where ix
is axis index): input[ix] = (input[ix] - mean[ix]) / scale[ix];
Trained K-means clusters
Which axes were included during training (by index)
"`[ 0, 11, 22 ]`"
Default minimum confidence rating required before tagging as anomaly, based on scores of training data (GMM only).
The types of model that are available
Metrics for each of the available model types