| Constructor and Description |
|---|
DistanceBetweenSolutionAndKNearestNeighbors(int k) |
DistanceBetweenSolutionAndKNearestNeighbors(int k,
Distance<S,S> distance) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance(S solution,
L solutionList)
Computes the knn distance.
|
public DistanceBetweenSolutionAndKNearestNeighbors(int k,
Distance<S,S> distance)
public DistanceBetweenSolutionAndKNearestNeighbors(int k)
Copyright © 2019. All rights reserved.