Semagle.Framework


OneClass

Namespace: Semagle.MachineLearning.SVM

One class classification (distribution estimation)

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 usung the specified SVM model.

Fork me on GitHub