LabVIEW Analytics and Machine Learning Toolkit API Reference

Feature Manipulation 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 Feature Manipulation VIs to train and deploy feature reduction and normalization models.

Feature reduction reduces the dimension of data so that you can apply machine learning algorithms to the training data. Normalization standardizes the range of features for the training data.

Palette ObjectDescription
Deploy Feature Manipulation ModelDeploys a trained feature manipulation model on deployment data.
FisherTrains a Fisher's linear discriminant model. You can use the Fisher's linear discriminant model to reduce the dimension of training data. As a supervised model, Fisher's linear discriminant requires both healthy data and abnormal data.
KPCATrains a kernel principal component analysis (KPCA) model. You can use the KPCA model to reduce the dimension of training data.
NormalizeTrains a normalization model. You can use the normalization model to normalize training data with Z-Score or Min-Max method.
PCATrains a principal component analysis (PCA) model. You can use the PCA model to reduce the dimension of training data.
Set Feature Manipulation ModelSets properties for a trained feature manipulation model before deployment.

Log in to get a better experience