Set Classification Model VI
- Updated2023-02-21
- 8 minute(s) read
Set Classification Model VI
Owning Palette: Classification VIs
Requires: Analytics and Machine Learning Toolkit
Sets properties for a trained classification model before deployment.
SVM

![]() |
model in specifies the information about the entire workflow of the model. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
SVM model specifies the information about the trained SVM model. The following equation defines the SVM model decision function:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
model out returns the information about the entire workflow of the model. Wire model out to the reference input of a standard Property Node to get an AML Analytics Property Node. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Neural Network

![]() |
model in specifies the information about the entire workflow of the model. | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
neural network model specifies the information about the trained neural network model. This VI supports single hidden layers only.
| |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
model out returns the information about the entire workflow of the model. Wire model out to the reference input of a standard Property Node to get an AML Analytics Property Node. | |||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Logistic Regression

![]() |
model in specifies the information about the entire workflow of the model. | ||||||||||||||||
![]() |
logistic regression model specifies the information about the trained logistic regression model. The following equation defines the logistic regression model:
| ||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||
![]() |
model out returns the information about the entire workflow of the model. Wire model out to the reference input of a standard Property Node to get an AML Analytics Property Node. | ||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |



















