Uses of Enum Class
org.tribuo.classification.sgd.kernel.KernelSVMOptions.KernelEnum
Packages that use 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
Fields in org.tribuo.classification.sgd.kernel declared as KernelSVMOptions.KernelEnumMethods in org.tribuo.classification.sgd.kernel that return KernelSVMOptions.KernelEnumModifier 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.