Uses of Interface
org.uma.jmetal.util.distance.Distance
Packages that use Distance
Package
Description
-
Uses of Distance in org.uma.jmetal.util
Methods in org.uma.jmetal.util with parameters of type DistanceModifier and TypeMethodDescriptionstatic doubleVectorUtils.distanceToClosestVector(double[] vector, double[][] front, Distance<double[], double[]> distance) static doubleVectorUtils.distanceToNearestVector(double[] vector, double[][] front, Distance<double[], double[]> distance) -
Uses of Distance in org.uma.jmetal.util.distance.impl
Classes in org.uma.jmetal.util.distance.impl that implement DistanceModifier and TypeClassDescriptionclassClass for calculating the cosine similarity between two vectors.classDistanceBetweenSolutionAndKNearestNeighbors<S extends Solution<?>>Class for calculating the Euclidean distance between twoDoubleSolutionobjects in solution space.classClass for calculating the dominance distance between two vectorsclassEuclideanDistanceBetweenSolutionAndASolutionListInObjectiveSpace<S extends Solution<?>,L extends List<S>> classEuclideanDistanceBetweenSolutionsInObjectiveSpace<S extends Solution<?>>Class for calculating the Euclidean distance between twoSolutionobjects in objective space.classClass for calculating the Euclidean distance between twoDoubleSolutionobjects in solution space.classClass for calculating the Euclidean distance between two vectorsConstructors in org.uma.jmetal.util.distance.impl with parameters of type DistanceModifierConstructorDescriptionDistanceBetweenSolutionAndKNearestNeighbors(int k, Distance<S, S> distance) -
Uses of Distance in org.uma.jmetal.util.legacy.front.util
Methods in org.uma.jmetal.util.legacy.front.util with parameters of type DistanceModifier and TypeMethodDescriptionstatic doubleFrontUtils.distanceToClosestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a given frontstatic doubleFrontUtils.distanceToNearestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a front. -
Uses of Distance in org.uma.jmetal.util.neighborhood.impl
Constructors in org.uma.jmetal.util.neighborhood.impl with parameters of type Distance