Ml Functions
classify
Returns a label predicted by the given classifier SVM model.
Supported Signatures
features
Returns the map representing the feature vector.
Supported Signatures
learn_classifier
Returns an SVM-based classifier model, trained with the given label and feature data sets.
Supported Signatures
learn_libsvm_classifier
Returns an SVM-based classifier model, trained with the given label and feature data sets. You can control the training process by libsvm parameters.
Supported Signatures
learn_libsvm_regressor
Returns an SVM-based regressor model, trained with the given target and feature data sets. You can control the training process by libsvm parameters.
Supported Signatures
learn_regressor
Returns an SVM-based regressor model, trained with the given target and feature data sets.
Supported Signatures
regress
Returns a predicted target value by the given regressor SVM model.
Supported Signatures