thirdparty.libsvm.3.18.1.source-code.svm_problem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libsvm Show documentation
Show all versions of libsvm Show documentation
Presto compatible fork of libsvm
The newest version!
package libsvm;
public class svm_problem implements java.io.Serializable
{
public int l;
public double[] y;
public svm_node[][] x;
}