Package | Description |
---|---|
org.tribuo.classification.sgd.kernel |
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
|
Modifier and Type | Field and Description |
---|---|
KernelSVMOptions.KernelEnum |
KernelSVMOptions.kernelKernel |
Modifier and Type | Method and Description |
---|---|
static KernelSVMOptions.KernelEnum |
KernelSVMOptions.KernelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelSVMOptions.KernelEnum[] |
KernelSVMOptions.KernelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.