Input
ExecutionExecution trigger that begins SVM training
AI/ML/Classification
Fit/Train Support Vector Machines (SVM) for Multi-Class Classification
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger that begins SVM training
Choose which backend supplies the training data
Feature-space mapping. Gaussian separates non-linear classes, Linear is the plain SVM, Polynomial adds interaction terms.
Gaussian: the eps in exp(-||x - x'||^2 / eps), larger means smoother boundaries. Polynomial: the degree of (<x, x'> + 1)^degree. Ignored for Linear.
Penalty for misclassified training rows, applied to both the positive and the negative side. Higher values fit the training data harder and risk overfitting.
Activated once training completes
Thread-safe handle to the trained SVM classifier