]> granicus.if.org Git - liblinear/commitdiff
change SHVER from 4 to 5
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Sun, 6 Mar 2022 22:58:31 +0000 (06:58 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Sun, 6 Mar 2022 22:58:31 +0000 (06:58 +0800)
due to earlier introduction of

- one-class svm

- no regularization of the bias

Makefile

index 49e8a988c5b4ac39658dbb24fed10e1a45aa9781..779bc16ae17720793b55094945c1bb3a4c876db3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CXX ?= g++
 CC ?= gcc
 CFLAGS = -Wall -Wconversion -O3 -fPIC
 LIBS = blas/blas.a
-SHVER = 4
+SHVER = 5
 OS = $(shell uname)
 #LIBS = -lblas