Uses of Enum Class
org.tribuo.classification.sgd.kernel.KernelSVMOptions.KernelEnum
Package
Description
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
-
Uses of KernelSVMOptions.KernelEnum in org.tribuo.classification.sgd.kernel
Modifier and TypeMethodDescriptionstatic KernelSVMOptions.KernelEnum
Returns the enum constant of this class with the specified name.static KernelSVMOptions.KernelEnum[]
KernelSVMOptions.KernelEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.