com.formulasearchengine.mathmltools.similarity.distances.earthmover.Feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mathml-similarity Show documentation
Show all versions of mathml-similarity Show documentation
API to calculate similarities between MathML documents.
package com.formulasearchengine.mathmltools.similarity.distances.earthmover;
public interface Feature {
double groundDist(Feature f);
}