Interface Distance<T>
-
- All Known Implementing Classes:
CentroidDistance
,FeatureDistance
,SemanticDistance
public interface Distance<T>
- Author:
- julien Gaffuri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get(T f1, T f2)
-