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 | __all__ |
| int | C_SVC = 0 |
| tuple | dirname = path.dirname(path.abspath(__file__)) |
| int | EPSILON_SVR = 3 |
| tuple | libsvm = CDLL(path.join(dirname, r'..\windows\libsvm.dll')) |
| int | LINEAR = 0 |
| int | NU_SVC = 1 |
| int | NU_SVR = 4 |
| int | ONE_CLASS = 2 |
| int | POLY = 1 |
| int | PRECOMPUTED = 4 |
| tuple | PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) |
| int | RBF = 2 |
| int | SIGMOID = 3 |
| xrange = range | |
| 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::__all__ |
00001 ['libsvm', 'svm_problem', 'svm_parameter', 00002 'toPyModel', 'gen_svm_nodearray', 'print_null', 'svm_node', 'C_SVC', 00003 'EPSILON_SVR', 'LINEAR', 'NU_SVC', 'NU_SVR', 'ONE_CLASS', 00004 'POLY', 'PRECOMPUTED', 'PRINT_STRING_FUN', 'RBF', 00005 'SIGMOID', 'c_double', 'svm_model']
| int svm::C_SVC = 0 |
| tuple svm::dirname = path.dirname(path.abspath(__file__)) |
| int svm::EPSILON_SVR = 3 |
| tuple svm::libsvm = CDLL(path.join(dirname, r'..\windows\libsvm.dll')) |
| int svm::LINEAR = 0 |
| int svm::NU_SVC = 1 |
| int svm::NU_SVR = 4 |
| int svm::ONE_CLASS = 2 |
| int svm::PRECOMPUTED = 4 |
| tuple svm::PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) |
| int svm::SIGMOID = 3 |
| svm::xrange = range |