public class PreferenceDistance<S extends Solution<?>> extends GenericSolutionAttribute<S,Double> implements DensityEstimator<S>
| Constructor and Description |
|---|
PreferenceDistance(List<Double> interestPoint,
double epsilon) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeDensityEstimator(List<S> solutionList) |
List<S> |
epsilonClean(List<S> solutionList) |
int |
getSize() |
void |
updatePointOfInterest(List<Double> newInterestPoint) |
getAttribute, getAttributeIdentifier, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeIdentifier, setAttributepublic int getSize()
public void computeDensityEstimator(List<S> solutionList)
computeDensityEstimator in interface DensityEstimator<S extends Solution<?>>Copyright © 2018. All rights reserved.