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.__all__ |
| 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.POLY = 1 |
| int | svm.PRECOMPUTED = 4 |
| tuple | svm.PRINT_STRING_FUN = CFUNCTYPE(None, c_char_p) |
| int | svm.RBF = 2 |
| int | svm.SIGMOID = 3 |
| svm.xrange = range | |