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

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