Package org.tribuo.common.libsvm


package org.tribuo.common.libsvm
The base interface to LibSVM.
  • Class
    Description
    Kernel 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.
    SVMType<T extends Output<T>>
    A carrier type for the SVM type.