Operators |
evaluate_class_svm — Evaluate a feature vector by a support vector machine.
evaluate_class_svm calculates for a feature vector provided in Features the Result given a SVM in SVMHandle. The operator evaluate_class_svm can only be used if the SVM was created in the Mode = 'novelty-detection' . If the feature vector lies in the class, a Result value bigger 1.0 is returned. If the feature vector lies outside the class boundary, e.g. is an outlier, a value smaller 1.0 is returned.
SVM handle.
Feature vector.
Result of evaluating the feature vector with the SVM.
If the parameters are valid the operator evaluate_class_svm returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
train_class_svm, read_class_svm
Foundation
Operators |