You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

svm.def 477 B

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

A Python package for graph kernels, graph edit distances and graph pre-image problem.