Skip to content

Commit

Permalink
Update Windows binaries and libsvm.jar for 3.35 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chcwww committed Aug 30, 2024
1 parent a19c318 commit 35e5596
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified java/libsvm.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion java/libsvm/svm.java
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ public class svm {
//
// construct and solve various formulations
//
public static final int LIBSVM_VERSION=334;
public static final int LIBSVM_VERSION=335;
public static final Random rand = new Random();

private static svm_print_interface svm_print_stdout = new svm_print_interface()
Expand Down
Binary file modified windows/libsvm.dll
Binary file not shown.
Binary file modified windows/libsvmread.mexw64
Binary file not shown.
Binary file modified windows/libsvmwrite.mexw64
Binary file not shown.
Binary file modified windows/svm-predict.exe
Binary file not shown.
Binary file modified windows/svm-scale.exe
Binary file not shown.
Binary file modified windows/svm-toy.exe
Binary file not shown.
Binary file modified windows/svm-train.exe
Binary file not shown.
Binary file modified windows/svmpredict.mexw64
Binary file not shown.
Binary file modified windows/svmtrain.mexw64
Binary file not shown.

0 comments on commit 35e5596

Please sign in to comment.