From: yong Date: Fri, 24 Oct 2014 11:09:48 +0000 (+0800) Subject: add three functions: X-Git-Tag: v195~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b51a63ff48b6b90814315463a7ac5ebfe123d99f;p=liblinear add three functions: get_decfun_coef, get_decfun_bias, and check_regression_model to linear.def --- diff --git a/linear.def b/linear.def index 2425996..96e2620 100644 --- a/linear.def +++ b/linear.def @@ -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