Browse Source

New translations svm.def (Chinese Simplified)

l10n_v0.2.x
linlin 4 years ago
parent
commit
b270403125
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      lang/zh/gklearn/gedlib/lib/libsvm.3.22/svm.def

+ 21
- 0
lang/zh/gklearn/gedlib/lib/libsvm.3.22/svm.def View File

@@ -0,0 +1,21 @@
LIBRARY libsvm
EXPORTS
svm_train @1
svm_cross_validation @2
svm_save_model @3
svm_load_model @4
svm_get_svm_type @5
svm_get_nr_class @6
svm_get_labels @7
svm_get_svr_probability @8
svm_predict_values @9
svm_predict @10
svm_predict_probability @11
svm_free_model_content @12
svm_free_and_destroy_model @13
svm_destroy_param @14
svm_check_parameter @15
svm_check_probability_model @16
svm_set_print_string_function @17
svm_get_sv_indices @18
svm_get_nr_sv @19

Loading…
Cancel
Save