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

eu.europa.ec.eurostat.jgiscotools.algo.base.distance.Distance Maven / Gradle / Ivy

There is a newer version: 0.9.23
Show newest version
/**
 * 
 */
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