Uses of Class
org.tribuo.classification.sgd.kernel.KernelSVMOptions
Package
Description
Provides a set of main methods for interacting with classification tasks.
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
-
Uses of KernelSVMOptions in org.tribuo.classification.experiments
Modifier and TypeFieldDescriptionAllTrainerOptions.kernelSVMOptions
Options for Kernel SVM trainers. -
Uses of KernelSVMOptions in org.tribuo.classification.sgd.kernel
Modifier and TypeFieldDescriptionTrainTest.TrainTestOptions.trainerOptions
The Kernel SVM SGD options.