Class KnnDensityEstimator<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.densityestimator.impl.KnnDensityEstimator<S>
All Implemented Interfaces:
Serializable, DensityEstimator<S>

public class KnnDensityEstimator<S extends Solution<?>> extends Object implements DensityEstimator<S>
This class implements a density estimator based on the distance to the k-th nearest solution
Author:
Antonio J. Nebro
See Also: