We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ab5bc commit 60f94b2Copy full SHA for 60f94b2
java/libsvm/svm.java
@@ -1292,7 +1292,7 @@ public class svm {
1292
//
1293
// construct and solve various formulations
1294
1295
- public static final int LIBSVM_VERSION=314;
+ public static final int LIBSVM_VERSION=315;
1296
public static final Random rand = new Random();
1297
1298
private static svm_print_interface svm_print_stdout = new svm_print_interface()
0 commit comments