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 | |
svm | |
Functions | |
def | svm.fillprototype (f, restype, argtypes) |
def | svm.gen_svm_nodearray (xi, feature_max=None, isKernel=None) |
def | svm.genFields (names, types) |
def | svm.print_null (s) |
def | svm.toPyModel (model_ptr) |
Variables | |
list | svm.KERNEL_TYPE = ['LINEAR', 'POLY', 'RBF', 'SIGMOID', 'PRECOMPUTED'] |
svm.libsvm = CDLL(find_library('svm')) | |
svm.PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) | |
list | svm.SVM_TYPE = ['C_SVC', 'NU_SVC', 'ONE_CLASS', 'EPSILON_SVR', 'NU_SVR' ] |