Semagle.Framework


Regression

Namespace: Semagle.MachineLearning.SVM

Regression

Functions and values

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

Predict \(y \in R\) target output.

Fork me on GitHub