First commit
This commit is contained in:
24
liblinear-2.49/linear.def
Normal file
24
liblinear-2.49/linear.def
Normal file
@@ -0,0 +1,24 @@
|
||||
LIBRARY liblinear
|
||||
EXPORTS
|
||||
train @1
|
||||
cross_validation @2
|
||||
save_model @3
|
||||
load_model @4
|
||||
get_nr_feature @5
|
||||
get_nr_class @6
|
||||
get_labels @7
|
||||
predict_values @8
|
||||
predict @9
|
||||
predict_probability @10
|
||||
free_and_destroy_model @11
|
||||
free_model_content @12
|
||||
destroy_param @13
|
||||
check_parameter @14
|
||||
check_probability_model @15
|
||||
set_print_string_function @16
|
||||
get_decfun_coef @17
|
||||
get_decfun_bias @18
|
||||
check_regression_model @19
|
||||
find_parameters @20
|
||||
get_decfun_rho @21
|
||||
check_oneclass_model @22
|
Reference in New Issue
Block a user