Interface | Description |
---|---|
SVMType<T extends Output<T>> |
A carrier type for the SVM type.
|
Class | Description |
---|---|
LibSVMModel<T extends Output<T>> |
A model that uses an underlying libSVM model to make the
predictions.
|
LibSVMTrainer<T extends Output<T>> |
A trainer that will train using libsvm's Java implementation.
|
SVMParameters<T extends Output<T>> |
A container for SVM parameters and the kernel.
|
Enum | Description |
---|---|
KernelType |
Kernel types from libsvm.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.