Bayes Classification Prediction
Predictor
Predict the dependent variable Y for a set of structures using a previously built Bayes model and the required independent X variables. Ensure the independent variables used to build the model are included in the second input table for each structure or as a Fingerprint column in the third input table.
Backend implementation
utilities/canvasBayescanvasBayes is used to implement this node.
Input ports
- Type: Data Canvas Bayes Model
- Type: Data Data set to predict
- Type: BufferedDataTable Canvas Fingerprint for dataset to predict (optional)
Output ports
- Type: Data Predicted Y values