org.machinelearning.svm.libsvm.svm_node Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package org.machinelearning.svm.libsvm;
public class svm_node implements java.io.Serializable
{
public int index;
public double value;
}