From: Christoph Gohlke Date: Mon, 17 Aug 2020 08:24:20 +0000 (-0700) Subject: Export get_decfun_rho and check_oneclass_model from liblinear.dll X-Git-Tag: v242~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85f36db715ad810fa37bd6a848a0f179fa603b49;p=liblinear Export get_decfun_rho and check_oneclass_model from liblinear.dll Signed-off-by: Chih-Jen Lin --- diff --git a/linear.def b/linear.def index 3e9a5a4..c3b8d51 100644 --- a/linear.def +++ b/linear.def @@ -20,3 +20,5 @@ EXPORTS get_decfun_bias @18 check_regression_model @19 find_parameters @20 + get_decfun_rho @21 + check_oneclass_model @22