Module: Numo::Libsvm::SvmType

Defined in:
ext/numo/libsvm/libsvmext.cpp,
ext/numo/libsvm/libsvmext.cpp

Overview

The module consisting of constants for SVM algorithm type that used for parameter of LIBSVM.

Constant Summary collapse

C_SVC =

C-SVM classification

INT2NUM(C_SVC)
NU_SVC =

nu-SVM classification

INT2NUM(NU_SVC)
ONE_CLASS =

one-class-SVM

INT2NUM(ONE_CLASS)
EPSILON_SVR =

epsilon-SVM regression

INT2NUM(EPSILON_SVR)
NU_SVR =

nu-SVM regression

INT2NUM(NU_SVR)