![JAR search and dependency download from the Maven repository](/logo.png)
eu.europa.ec.eurostat.jgiscotools.algo.base.distance.Distance Maven / Gradle / Ivy
/**
*
*/
package eu.europa.ec.eurostat.jgiscotools.algo.base.distance;
/**
* @author julien Gaffuri
* @param
*
*/
public interface Distance {
double get(T f1, T f2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy