public interface IntPermSetObjectDistance
| Modifier and Type | Method and Description |
|---|---|
double |
calculateAverageDistance(IntPermutation obj,
Collection<IntPermutation> set)
Calculates average permutation distance between the object and set
|
double |
calculateAverageDistance(IntPermutation obj,
IntPermutation[] set)
Calculates average permutation distance between the object and set
|
double |
getMaxValue()
Returns maximum value of distance
|
double |
getMinValue()
Returns minimum value of distance
|
double calculateAverageDistance(IntPermutation obj, IntPermutation[] set) throws Exception
obj - set - Exceptiondouble calculateAverageDistance(IntPermutation obj, Collection<IntPermutation> set) throws Exception
obj - set - Exceptiondouble getMaxValue()
double getMinValue()
Copyright © 2020. All rights reserved.