Package | Description |
---|---|
org.tribuo.classification.experiments |
Provides a set of main methods for interacting with classification tasks.
|
org.tribuo.classification.sgd.kernel |
Provides a SGD implementation of a Kernel SVM using the Pegasos algorithm.
|
Class and Description |
---|
KernelSVMOptions
Options for using the KernelSVMTrainer.
|
Class and Description |
---|
KernelSVMModel
The inference time version of a kernel model trained using Pegasos.
|
KernelSVMOptions
Options for using the KernelSVMTrainer.
|
KernelSVMOptions.KernelEnum
The kernel types.
|
KernelSVMTrainer
A trainer for a kernelised model using the Pegasos optimiser.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.