Package org.uma.jmetal.util.distance
Interface Distance<E,J>
- All Known Implementing Classes:
CosineSimilarityBetweenVectors,DistanceBetweenSolutionAndKNearestNeighbors,DominanceDistanceBetweenVectors,EuclideanDistanceBetweenSolutionAndASolutionListInObjectiveSpace,EuclideanDistanceBetweenSolutionsInObjectiveSpace,EuclideanDistanceBetweenSolutionsInSolutionSpace,EuclideanDistanceBetweenVectors
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface representing distances between two entities
- Author:
-
Method Summary
-
Method Details
-
compute
-