Class KNearestDistanceCalculator

java.lang.Object
org.uma.jmetal.util.KNearestDistanceCalculator

public class KNearestDistanceCalculator extends Object
Utility class for computing the distance of each row in a matrix to its K-th nearest neighbor using Euclidean distance, with optional normalization. Code created with an AI generative tool