All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.machinelearning.svm.libsvm.svm_node Maven / Gradle / Ivy

There is a newer version: 2024.11.2
Show newest version
package org.machinelearning.svm.libsvm;
public class svm_node implements java.io.Serializable
{
	public int index;
	public double value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy