public interface IntPermDistanceCalc
| Modifier and Type | Method and Description |
|---|---|
double |
calculateDistance(IntPermutation perm1,
IntPermutation perm2)
Calculates normalised distance between two permutations perm1 and perm2
|
double |
getMaxDist() |
double |
getMinDist() |
double calculateDistance(IntPermutation perm1, IntPermutation perm2) throws Exception
perm1 - perm2 - Exceptiondouble getMaxDist()
double getMinDist()
Copyright © 2020. All rights reserved.