Semagle.Framework


MultiClass

Namespace: Semagle.MachineLearning.SVM

Multi-class classification

Functions and values

Function or valueDescription
predict model x
Signature: model:SVM<'X,'Y> -> x:'X -> 'Y
Type parameters: 'X, 'Y

Predict \(y \in Y\) class of the sample x using the specified SVM model.

Fork me on GitHub