Skip to content

Commit

Permalink
Update libsvm.jar for 3.32 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zhi-bao committed Jul 8, 2023
1 parent 8affed8 commit aed6634
Show file tree
Hide file tree
Showing 2 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=331;
public static final int LIBSVM_VERSION=332;
public static final Random rand = new Random();

private static svm_print_interface svm_print_stdout = new svm_print_interface()
Expand Down

0 comments on commit aed6634

Please sign in to comment.