forked from cjlin1/libsvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QD is double now. All Q_i[i] are replaced by QD[i]
to avoid numerical problems. struct svm_model is moved to svm.h, so svm_destroy_model is replaced svm_free_model_content and svm_free_and_destroy_model. python_old is removed.
- Loading branch information
popo
committed
Sep 12, 2010
1 parent
4827e02
commit 1c80a42
Showing
28 changed files
with
253 additions
and
6,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CXX ?= g++ | ||
CFLAGS = -Wall -Wconversion -O3 -fPIC | ||
SHVER = 1 | ||
SHVER = 2 | ||
|
||
all: svm-train svm-predict svm-scale | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.