| Package | Description |
|---|---|
| weka.intPermutation | |
| weka.intPermutation.distance |
| Modifier and Type | Method and Description |
|---|---|
IntPermutation |
IntPermutation.getInversePermutation()
Generates inverse permutation
|
IntPermutation |
IntPermutation.productPermutation(IntPermutation perm)
Computes product(composition) of permuataions this * perm
According to:
Biggs, Norman L.; White, A.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IntPermutation.isConsistentWith(IntPermutation perm)
Checks if the object is consistent with given permutation
|
IntPermutation |
IntPermutation.productPermutation(IntPermutation perm)
Computes product(composition) of permuataions this * perm
According to:
Biggs, Norman L.; White, A.
|
| Modifier and Type | Method and Description |
|---|---|
double |
PairwisePermDistanceCalculator.calculateAverageDistance(IntPermutation[] permutations) |
double |
IntPermSetDistance.calculateAverageDistance(IntPermutation[] permutations)
Calculates average distance of set of permutations
|
double |
SetObjDistanceCalculator.calculateAverageDistance(IntPermutation obj,
Collection<IntPermutation> set) |
double |
IntPermSetObjectDistance.calculateAverageDistance(IntPermutation obj,
Collection<IntPermutation> set)
Calculates average permutation distance between the object and set
|
double |
SetObjDistanceCalculator.calculateAverageDistance(IntPermutation obj,
IntPermutation[] set) |
double |
SetObjDistanceCalculator.calculateAverageDistance(IntPermutation obj,
IntPermutation[] set) |
double |
IntPermSetObjectDistance.calculateAverageDistance(IntPermutation obj,
IntPermutation[] set)
Calculates average permutation distance between the object and set
|
double |
IntPermSetObjectDistance.calculateAverageDistance(IntPermutation obj,
IntPermutation[] set)
Calculates average permutation distance between the object and set
|
double |
UlamDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
SwapDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
PositionalDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
AdjacencyDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
HammingDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
PrecedenceDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
CayleyDistance.calculateDistance(IntPermutation perm1,
IntPermutation perm2) |
double |
IntPermDistanceCalc.calculateDistance(IntPermutation perm1,
IntPermutation perm2)
Calculates normalised distance between two permutations perm1 and perm2
|
| Modifier and Type | Method and Description |
|---|---|
double |
SetObjDistanceCalculator.calculateAverageDistance(IntPermutation obj,
Collection<IntPermutation> set) |
double |
IntPermSetObjectDistance.calculateAverageDistance(IntPermutation obj,
Collection<IntPermutation> set)
Calculates average permutation distance between the object and set
|
double |
PairwisePermDistanceCalculator.calculateAverageDistance(List<IntPermutation> permutations) |
double |
IntPermSetDistance.calculateAverageDistance(List<IntPermutation> permutations) |
Copyright © 2020. All rights reserved.