Skip to main content

classify

Returns a label predicted by the given classifier SVM model. Supported Signatures
๐Ÿ”— Official Documentation

features

Returns the map representing the feature vector. Supported Signatures
๐Ÿ”— Official Documentation

learn_classifier

Returns an SVM-based classifier model, trained with the given label and feature data sets. Supported Signatures
๐Ÿ”— Official Documentation

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
๐Ÿ”— Official Documentation

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
๐Ÿ”— Official Documentation

learn_regressor

Returns an SVM-based regressor model, trained with the given target and feature data sets. Supported Signatures
๐Ÿ”— Official Documentation

regress

Returns a predicted target value by the given regressor SVM model. Supported Signatures
๐Ÿ”— Official Documentation