Semagle.Framework


TwoClass

Namespace: Semagle.MachineLearning.SVM

Two class classification

Functions and values

Function or valueDescription
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.

Fork me on GitHub