Classes | |
| class | svm_model |
| class | svm_node |
| class | svm_parameter |
| class | svm_problem |
Functions | |
| def | fillprototype |
| def | gen_svm_nodearray |
| def | genFields |
| def | print_null |
| def | toPyModel |
Variables | |
| list | KERNEL_TYPE = ['LINEAR', 'POLY', 'RBF', 'SIGMOID', 'PRECOMPUTED'] |
| tuple | libsvm = CDLL(find_library('svm')) |
| tuple | PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) |
| list | SVM_TYPE = ['C_SVC', 'NU_SVC', 'ONE_CLASS', 'EPSILON_SVR', 'NU_SVR' ] |
| 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 | ) |
| 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' ] |