
libsvm.3.23.source-code.svm_node 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
LIBSVM - A Library for Support Vector Machines
The newest version!
package libsvm;
public class svm_node implements java.io.Serializable
{
public int index;
public double value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy