]> granicus.if.org Git - liblinear/blob - linear.def
change version number in liblinear.h to 2.30 for the new release
[liblinear] / linear.def
1 LIBRARY liblinear
2 EXPORTS
3         train   @1
4         cross_validation        @2
5         save_model      @3
6         load_model      @4
7         get_nr_feature  @5
8         get_nr_class    @6
9         get_labels      @7
10         predict_values  @8
11         predict @9
12         predict_probability     @10
13         free_and_destroy_model  @11
14         free_model_content      @12
15         destroy_param   @13
16         check_parameter @14
17         check_probability_model @15
18         set_print_string_function       @16
19     get_decfun_coef @17
20     get_decfun_bias @18
21     check_regression_model  @19
22     find_parameter_C @20