Anomaly Detection VIs
- Updated2023-02-21
- 1 minute(s) read
Owning Palette: Analytics and Machine Learning VIs
Requires: Analytics and Machine Learning Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Anomaly Detection VIs to initialize, train, and deploy unsupervised anomaly detection models that detect anomalies in unlabeled data.
| Palette Object | Description |
|---|---|
| Deploy Anomaly Detection Model | Deploys a trained anomaly detection model and returns the health index of input data. |
| Initialize Anomaly Detection Model (GMM-CV) | Initializes the hyperparameters of the Gaussian mixture model (GMM) algorithm. |
| Initialize Anomaly Detection Model (One-Class SVM) | Initializes the hyperparameters of the one-class support vector machine (SVM) algorithm. This VI uses the nu-SVM algorithm. |
| Initialize Anomaly Detection Model (PCA T2Q) | Initializes the hyperparameters of the principal component analysis (PCA) algorithm. |
| Initialize Anomaly Detection Model (SOM-MQE) | Initializes the hyperparameters of the self-organizing map (SOM) algorithm. |
| Set Anomaly Detection Model | Sets properties for a trained anomaly detection model before deployment. |
| Train Anomaly Detection Model | Trains an anomaly detection model. |