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

com.formulasearchengine.mathmltools.similarity.distances.earthmover.Feature Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.formulasearchengine.mathmltools.similarity.distances.earthmover;

public interface Feature {
    double groundDist(Feature f);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy