package fr.unistra.pelican.util.data.distances;
/**
* Pyramid match distance.
* Exact implementation has to be specified in subclasses
* depending on Data type.
*
* @author Régis Witz
*/
public abstract class PyramidMatchDistance extends Distance {}