From b51a63ff48b6b90814315463a7ac5ebfe123d99f Mon Sep 17 00:00:00 2001 From: yong Date: Fri, 24 Oct 2014 19:09:48 +0800 Subject: [PATCH] add three functions: get_decfun_coef, get_decfun_bias, and check_regression_model to linear.def --- linear.def | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0