Package org.tribuo.common.libsvm
package org.tribuo.common.libsvm
The base interface to LibSVM.
-
ClassDescriptionKernel types from libsvm.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.A carrier type for the SVM type.