MultiClass
Namespace: Semagle.MachineLearning.SVM
Multi-class classification
Functions and values
Function or value | Description |
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. |