public interface IntPermSetDistance
| Modifier and Type | Method and Description |
|---|---|
double |
calculateAverageDistance(IntPermutation[] permutations)
Calculates average distance of set of permutations
|
double |
calculateAverageDistance(List<IntPermutation> permutations) |
double |
getMaxDist() |
double |
getMinDist() |
double calculateAverageDistance(IntPermutation[] permutations) throws Exception
permutations - Exceptiondouble calculateAverageDistance(List<IntPermutation> permutations) throws Exception
Exceptiondouble getMaxDist()
double getMinDist()
Copyright © 2020. All rights reserved.