Interface ISpaceMeasure
-
- All Superinterfaces:
IMeasure
- All Known Implementing Classes:
ASpaceMeasure,EuclideanMeasure,GeoGreatEllipticMeasure,GeoOrthodromicMeasure,ManhattanMeasure
public interface ISpaceMeasure extends IMeasure
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetThreshold(int dimension, double simThreshold)voidsetDimension(int n)-
Methods inherited from interface org.aksw.limes.core.measures.measure.IMeasure
getName, getRuntimeApproximation, getSimilarity, getSimilarity, getType
-
-