]> granicus.if.org Git - liblinear/commitdiff
add three functions:
authoryong <yong.zhuang22@gmail.com>
Fri, 24 Oct 2014 11:09:48 +0000 (19:09 +0800)
committeryong <yong.zhuang22@gmail.com>
Fri, 24 Oct 2014 11:09:48 +0000 (19:09 +0800)
get_decfun_coef, get_decfun_bias, and check_regression_model
to linear.def

linear.def

index 2425996ce6d0d2dde5c1019e41f6856d089f595b..96e262007d9e1aa05211de0284c0240d233e7621 100644 (file)
@@ -16,3 +16,6 @@ EXPORTS
        check_parameter @14
        check_probability_model @15
        set_print_string_function       @16
+    get_decfun_coef @17
+    get_decfun_bias @18
+    check_regression_model  @19