de.bwaldvogel.liblinear.Feature Maven / Gradle / Ivy
The newest version!
package de.bwaldvogel.liblinear;
/**
* @since 1.9
*/
public interface Feature {
int getIndex();
double getValue();
void setValue(double value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy