TwoClass
Namespace: Semagle.MachineLearning.SVM
Two class classification
Functions and values
Function or value | Description |
predict model x
Signature: model:SVM<'X,'Y> -> x:'X -> float32
Type parameters: 'X, 'Y |
Predict {+1,0,-1} class of the sample x using the specified SVM model. |