Go to the source code of this file.
Classes | |
class | svm.svm_model |
class | svm.svm_node |
class | svm.svm_parameter |
class | svm.svm_problem |
Namespaces | |
namespace | svm |
Functions | |
def | svm.fillprototype |
def | svm.gen_svm_nodearray |
def | svm.genFields |
def | svm.print_null |
def | svm.toPyModel |
Variables | |
list | svm.KERNEL_TYPE = ['LINEAR', 'POLY', 'RBF', 'SIGMOID', 'PRECOMPUTED'] |
tuple | svm.libsvm = CDLL(find_library('svm')) |
tuple | svm.PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) |
list | svm.SVM_TYPE = ['C_SVC', 'NU_SVC', 'ONE_CLASS', 'EPSILON_SVR', 'NU_SVR' ] |