package
0.0.0-20200711083454-beb861ee48b1
Repository: https://github.com/pa-m/sklearn.git
Documentation: pkg.go.dev

# Functions

NewSVC ..
NewSVR ..

# Structs

BaseLibSVM is a base for SVC and SVR.
LinearKernel is dot product.
Model for SVM.
PolynomialKernel ...
RBFKernel ...
SigmoidKernel ...
SVC struct.
SVR struct.

# Interfaces

Kernel is the interface for kernels.