package
0.0.0-20231219160650-fcddba52fc6b
Repository: https://github.com/robinrcm/sklearn.git
Documentation: pkg.go.dev
# 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.