Go to the source code of this file.
Namespaces | |
svmutil | |
Functions | |
def | svmutil.evaluations (ty, pv) |
def | svmutil.svm_load_model (model_file_name) |
def | svmutil.svm_predict (y, x, m, options="") |
def | svmutil.svm_read_problem (data_file_name) |
def | svmutil.svm_save_model (model_file_name, model) |
def | svmutil.svm_train (arg1, arg2=None, arg3=None) |