Next Article in Journal
Pythagorean Fuzzy Hamy Mean Operators in Multiple Attribute Group Decision Making and Their Application to Supplier Selection
Next Article in Special Issue
Fuzzy Normed Rings
Previous Article in Journal
Solution of Fractional Differential Equation Systems and Computation of Matrix Mittag–Leffler Functions
Previous Article in Special Issue
A Multi-Granularity 2-Tuple QFD Method and Application to Emergency Routes Evaluation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Invariant Graph Partition Comparison Measures

Karlsruhe Institute of Technology, Institute of Information Systems and Marketing, Kaiserstr. 12, 76131 Karlsruhe, Germany
*
Author to whom correspondence should be addressed.
Symmetry 2018, 10(10), 504; https://doi.org/10.3390/sym10100504
Submission received: 10 September 2018 / Revised: 10 October 2018 / Accepted: 11 October 2018 / Published: 15 October 2018
(This article belongs to the Special Issue Discrete Mathematics and Symmetry)

Abstract

:
Symmetric graphs have non-trivial automorphism groups. This article starts with the proof that all partition comparison measures we have found in the literature fail on symmetric graphs, because they are not invariant with regard to the graph automorphisms. By the construction of a pseudometric space of equivalence classes of permutations and with Hausdorff’s and von Neumann’s methods of constructing invariant measures on the space of equivalence classes, we design three different families of invariant measures, and we present two types of invariance proofs. Last, but not least, we provide algorithms for computing invariant partition comparison measures as pseudometrics on the partition space. When combining an invariant partition comparison measure with its classical counterpart, the decomposition of the measure into a structural difference and a difference contributed by the group automorphism is derived.

1. Introduction

Partition comparison measures are routinely used in a variety of tasks in cluster analysis: finding the proper number of clusters, assessing the stability and robustness of solutions of cluster algorithms, comparing different solutions of randomized cluster algorithms or comparing optimal solutions of different cluster algorithms in benchmarks [1], or in competitions like the 10th DIMACS graph-clustering challenge [2]. Their development has been for more than a century an active area of research in statistics, data analysis and machine learning. One of the oldest and still very well-known measure is the one of Jaccard [3]; more recent approaches were by Horta and Campello [4] and Romano et al. [5]. For an overview of many of these measures, see Appendix B. Besides the need to compare clustering partitions, there is an ongoing discussion of what actually are the best clusters [6,7]. Another problem often addressed is how to measure cluster validity [8,9].
However, the comparison of graph partitions leads to new challenges because of the need to handle graph automorphisms properly. The following small example shows that standard partition comparison measures have unexpected results when applied to graph partitions: in Figure 1, we show two different ways of partitioning the cycle graph C 4 (Figure 1a,d). Partitioning means grouping the nodes into non-overlapping clusters. The nodes are arbitrarily labeled with 1 to 4 (Figure 1b,e), and then, there are four possibilities of relabeling the nodes so that the edges stay the same. One possibility is relabeling 1 by 2, 2 by 3, 3 by 4 and 4 by 1, and the images resulting from this relabeling are shown in Figure 1c,f. The relabeling corresponds to a counterclockwise rotation of the graph by 90°, and formal details are given in Section 2. The effects of this relabeling on the partitions P 1 and Q 1 are different:
  • Partition P 1 = { 1 , 2 } , { 3 , 4 } is mapped to the structurally equivalent partition P 2 = { 1 , 4 } , { 2 , 3 } .
  • Partition Q 1 = { 1 , 3 } , { 2 , 4 } is mapped to the identical partition Q 2 .
Table 1 illustrates the failure of partition comparison measures (here, the Rand Index (RI)) to recognize structural differences:
  • Because P 1 and P 2 are structurally equivalent, the RI should be one (as for Cases 1, 2 and 3) instead of 1 / 3 .
  • Comparisons of structurally different different partitions (Cases 4 and 5) and comparisons of structurally equivalent partitions (Case 6) should not result in the same value.
One may argue that graphs in real applications contain symmetries only rarely. However, recent investigations of graph symmetries in real graph datasets show that a non-negligible proportion of these graphs contain symmetries. MacArthur et al. [10] state that “a certain degree of symmetry is also ubiquitous in complex systems” [10] (p. 3525). Their study includes a small number of biological, technological and social networks. In addition, Darga et al. [11] studied automorphism groups in very large sparse graphs (circuits, road networks and the Internet router network), with up to five million nodes with eight million links with execution times below 10 s. Katebi et al. [12] reported symmetries in 268 of 432 benchmark graphs. A recent large-scale study conducted by the authors of this article for approximately 1700 real-world graphs revealed that about three quarters of these graphs contain symmetries [13].
The rather frequent occurrence of symmetries in graphs and the obvious deficiencies of classic partition comparison measures demonstrated above have motivated our analysis of the effects of graph automorphisms on partition comparison measures.
Our contribution has the following structure: Permutation groups and graph automorphisms are introduced in Section 2. The full automorphism group of the butterfly graph serves as a motivating example for the formal definition of stable partitions, stable with regard to the actions of the automorphism group of a graph. In Section 3, we first provide a definition that captures the property that a measure is invariant with regard to the transformations in an automorphism group. Based on this definition, we first give a simple proof by counterexample for each partition comparison measure in Appendix B, that these measures based on the comparison of two partitions are not invariant to the effects of automorphisms on partitions. The non-existence of partition comparison measures for which the identity and the invariance axioms hold simultaneously is proven subsequently. In Section 4, we construct three families of invariant partition comparison measures by a two-step process: First, we define a pseudometric space by defining equivalence classes of partitions as the orbit of a partition under the automorphism group A u t ( G ) . Second, the definitions of the invariant counterpart of a partition comparison measure are given: we define them as the computation of the maximum, the minimum and the average of the direct product of the two equivalence classes. The section also contains a proof of the equivalence of several variants of the computation of the invariant measures, which—by exploiting the group properties of A u t ( G ) —differ in the complexity of the computation. In Section 5, we introduce the decomposition of the measures into a structurally stable and unstable part, as well as upper bounds for instability. In Section 6, we present an application of the decomposition of measures for analyzing partitions of the Karate graph. The article ends with a short discussion, conclusion and outlook in Section 7.

2. Graphs, Permutation Groups and Graph Automorphisms

We consider connected, undirected, unweighted and loop-free graphs. Let G = ( V , E ) denote a graph where V is a finite set of nodes and E is a set of edges. An edge is represented as { u , v } { x , y } ( x , y ) V × V x y . Nodes adjacent to u V (there exists an edge between u and those nodes) are called neighbors. A partition P of a graph G is a set of subsets C i , i = 1 , , k of V with the usual properties: (i) C i C j = ( i j ) , (ii) i C i = V and (iii) C i . Each subset is called a cluster, and it is identified by its labeled nodes.
As a partition quality criterion, we use the well-known modularity measure Q of Newman and Girvan [14] (see Appendix A). It is a popular optimization criterion for unsupervised graph clustering algorithms, which try to partition the nodes of the graph in a way that the connectivity within the clusters is maximized and the number of edges connecting the clusters is minimized. For a fast and efficient randomized state-of-the-art algorithm, see Ovelgönne and Geyer-Schulz [15].
Partitions are compared by comparison measures, which are functions of the form m : P ( V ) × P ( V ) R where P ( V ) denotes the set of all possible partitions of the set V. A survey of many of these measures is given in Appendix B.
A permutation on V is a bijection g : V V . We denote permutations by the symbols f , g and h. Each permutation can be written in cycle form: for a permutation with a single cycle of length r, we write c = ( v 1 v 2 v r ) . c maps v i to v i + 1 ( i = 1 , , r 1 ) , v r to v 1 and leave all other nodes fixed. Permutations with more than one cycle are written as a product of disjoint cycles (i.e., no two cycles have a common element). ( v k ) means that the element v k remains fixed, and for brevity, these elements are omitted.
Permutations are applied from the right: The image of u under the permutation g is u g . The composition of g and h is h g , with ∘ being the permutation composition symbol. For brevity, h g is written as g h , so that u ( g h ) = ( u g ) h holds. Computer scientists call this a postfix notation; in prefix notation, we have h ( g ( u ) ) . Often, we also find u g , which we will use in the following. For k compositions g g g , we write g k and g 0 = i d .
A set of permutation functions forms a permutation group H, if the usual group axioms hold [16]:
  • Closure: g , h H : g h H
  • Unit element: The identity function i d H acts as the neutral element: g H : i d g = g i d = g
  • Inverse element: For any g in H, the inverse permutation function g 1 H is the inverse of g: g H : g g 1 = g 1 g = i d
  • Associativity: The associative law holds: f , g , h H : f g h = f g h
If H 1 is a subset of H and if H 1 is a group, H 1 is a subgroup of H (written H 1 H ). The set of all permutations of V is denoted by S y m ( V ) . S y m ( V ) is a group, and it is called the symmetric group (see [17]). S y m ( V ) S y m ( V ) iff V = V with ∼ denoting isomorphism. A generator of a finite permutation group H is a subset of the permutations of H from which all permutations in H can be generated by application of the group axioms [18].
An action of H on V (H acts on V) is called the group action of a set [19] (p. 5):
  • u i d = u , u V
  • ( u g ) h = u g h , u V , g , h H
Groups acting on a set V also act on combinatorial structures defined on V [20] (p. 149), for example the power set 2 V , the set of all partitions P ( V ) or the set of graphs G ( V ) . We denote combinatorial structures as capital calligraphic letters; in the following, only partitions ( P ) are of interest because they are the results of graph cluster algorithms. The action of a permutation g on a combinatorial structure is performed by pointwise application of g. For instance, for P , the image of g is P g = { { u g u C } C P } .
Let H be a permutation group. When H acts on V, a node u is mapped by the elements of H onto other nodes. The set of these images is called the orbit of u under H:
u H = u h h H .
The group of permutations H u that fixes u is called the stabilizer of u under H:
H u = { h H u h = u } .
The orbit stabilizer theorem is given without proof [16]. It links the order of a permutation group with the cardinality of an orbit and the order of the stabilizer:
Theorem 1.
The relation:
| H | = | u H | · | H u |
holds.
The action of H on V induces an equivalence relation on the set: for u 1 , u 2 V , let u 1 u 2 iff there exists h H so that u 1 = u 2 h . All elements of an orbit are equivalent, and the orbits of a group partition the set V. An orbit of length one (in terms of set cardinality) is called trivial. Analogously, for a partition P , the definition is:
Definition 1.
The image of the action of H on a partition P (or the orbit of P under H) is the set of all equivalent partitions of partition P under H
P H = P h h H .
A graph automorphism f is a permutation that preserves edges, i.e., { u f , v f } E { u , v } E , u , v V .
The automorphism group of a graph contains all permutations of vertices that map edges to edges and non-edges to non-edges. The automorphism group of G is defined as:
A u t ( G ) = f S y m ( V ) E f = E
where E f = { u f , v f } { u , v } E . Of course, A u t ( G ) S y m ( V ) .
Example 1.
Let G b f be the butterfly graph (Figure 2, e.g., Erdős et al. [21], Burr et al. [22]) whose full automorphism group is given in Table 2 (first column). The permutation ( 2 5 ) is not an automorphism, because it does not preserve the edges from 1 to 2 and from 5 to 4. The butterfly graph has the two orbits { 1 , 2 , 4 , 5 } and { 3 } . The group H = { i d , g 1 , g 2 , g 3 } is a subgroup of A u t ( G b f ) .
Definition 2.
Let G = ( V , E ) be a graph. A partition P is called stable, if | P A u t ( G ) | = 1 , otherwise it is called unstable.
Stability here means that the automorphism group of the graph does not affect the given partition by tearing apart clusters.
Example 2.
Only P 1 in Table 2 is stable because its orbit is trivial. The two modularity optimal partitions (e.g.,  P 2 i d and P 2 g 4 ) are not stable because | P 2 A u t ( G b f ) | = 2 . Furthermore, | P 3 A u t ( G b f ) | = 4 .
For the evaluation of graph clustering solutions, the effects of graph automorphisms on graph partitions are of considerable importance:
  • Automorphisms may lead to multiple equivalent optimal solutions as the butterfly graph shows ( P 2 i d and P 2 g 4 in Table 2).
  • Partition comparison measures are not invariant with regard to automorphisms, as we show in Section 3.

3. Graph Partition Comparison Measures Are Not Invariant

When comparing graph partitions, a natural requirement is that the partition comparison measure is invariant under automorphism.
Definition 3.
A partition comparison measure m : P ( V ) × P ( V ) R is invariant under automorphism, if:
m ( P , Q ) = m ( P ˜ , Q ˜ )
for all P , Q P ( V ) and P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) .
Observe that if Q P A u t ( G ) , then such a measure m cannot distinguish between P and Q , since m ( P , Q ) = m ( P , P ) by definition.
However, unfortunately, as we show in the rest of this section, such a partition comparison measure does not exist. In the following, we present two proofs of this fact, which differ both in their level of generality and sophistication.

3.1. Variant 1: Construction of a Counterexample

Theorem 2.
The measures for comparing partitions defined in Appendix B do not fulfill Definition 3 in general.
Proof. 
We choose the cycle graph C 36 and compute all modularity maximal partitions with Q = 2 / 3 . Each of these six partitions has six clusters, and each of these clusters consists of a chain of six nodes (see Figure 3).
Clearly, since all partitions are equivalent, an invariant partition comparison measure should identify them as equivalent:
m ( P 0 , P 0 g 0 ) = = m ( P 0 , P 0 g 5 )
Computing m ( P 0 , P 0 g k ) for k = 0 , , 5 produces Table 3. Because the values in each row differ (in contrast to the requirements defined by Equation (1)), each row of Table 3 contains the counterexample for the measure used.  □

3.2. Variant 2: Inconsistency of the Identity and the Invariance Axiom

Theorem 3.
Let G = ( V , E ) be a graph with | V | > 2 and nontrivial A u t ( G ) . For partition comparison measures m : P ( V ) × P ( V ) R , it is impossible to fulfill jointly the identity axiom m ( P , Q ) = c , if and only if P = Q (e.g., for a distance measure c = 0 , for a similarity measure c = 1 , etc.) for all P , Q P ( V ) and the axiom of invariance (from Definition 3) m ( P , Q ) = c , Q P A u t ( G ) .
Proof. 
  • Since A u t ( G ) is nontrivial, a nontrivial orbit with at least two different partitions, namely P and Q , exists because | P A u t ( G ) | > 1 . It follows from the invariance axiom that m ( P , Q ) = c .
  • The identity axiom implies that it follows from m ( P , Q ) = c that P = Q .
  • This contradicts the assumption that P and Q are different.
 □

4. The Construction of Invariant Measures for Finite Permutation Groups

The purpose of this section is to construct invariant counterparts for most of the partition comparison measures in Appendix B. We proceed in two steps:
  • We construct a pseudometric space from the images of the actions of A u t ( G ) on partitions in P ( V ) (Definition 1).
  • We extend the metrics for partition comparison by constructing invariant metrics on the pseudo-metric space of partitions.

4.1. The Construction of the Pseudometric Space of Equivalence Classes of Graph Partitions

We use a variant of the idea of Doob’s concept of a pseudometric space [24] (p. 5). A metric for a space S (with s , t , u S ) is a function d : S × S R + for which the following holds:
  • Symmetry: d ( s , t ) = d ( t , s ) .
  • Identity: d ( s , t ) = 0 if and only if s = t .
  • Triangle inequality: d ( s , u ) d ( s , t ) + d ( t , u ) .
A pseudometric space ( S , d ) relaxes the identity condition to d ( s , s ) = 0 . The distance between two elements s 1 , s 2 of an equivalence class [ s ] is defined as d ( s 1 , s 2 ) = 0 by Definition 3.
For graphs, S is the finite set of partitions P ( V ) and S is the partition of P ( V ) into orbits of  A u t ( G ) :
S ( V ) = P ( V ) A u t ( G ) = P A u t ( G ) P P ( V ) .
A partition P in S corresponds to its orbit P A u t ( G ) in S . The relations between the spaces used in the following are:
  • ( S , d ) is a metric space with S = P ( V ) and with the function d : P ( V ) × P ( V ) R .
  • ( S , d ) is a metric space with S = P ( V ) A u t ( G ) = { P A u t ( G ) P P ( V ) } and the function d : P ( V ) A u t ( G ) × P ( V ) A u t ( G ) R . We construct three variants of d in Section 4.2.
  • ( S , d ) is the pseudometric space with S = P ( V ) and with the metric d . The partitions in S are mapped to arguments of d by the transformation e c : P ( V ) P ( V ) A u t ( G ) , which is defined as e c ( P ) P A u t ( G ) .
Table 4 illustrates S (the space of equivalence classes) of the pseudometric space ( S , d ) of the butterfly graph (shown in Figure 2). S is the partition of P ( { 1 , 2 , 3 , 4 , 5 } ) into 17 equivalence classes. Only the four classes E 1 , E 8 , E 12 and E 17 are stable because they are trivial orbits. The three partitions from Table 2 are contained in the following equivalence classes: P 1 E 8 , P 2 E 14 , and P 3 E 13 .

4.2. The Construction of Left-Invariant and Additive Measures on the Pseudometric Space of Equivalence Classes of Graph Partitions

In the following, we consider only partition comparison measures, which are distance functions of a metric space. Note that a normalized similarity measure s can be transformed into a distance by the transformation d = 1 s .
In a pseudometric space ( S , d ) , we measure the distance d ( P , Q ) between equivalence classes (which are sets) of partitions instead of the distance d ( P , Q ) between partitions. The partitions P and Q are formal arguments of d , which are expanded to equivalence classes by P A u t ( G ) and Q A u t ( G ) . The standard construction of a distance measure between sets has been developed for the point set topology and is due to Felix Hausdorff [25] (p. 166) and Kazimierz Kuratowski [26] (p. 209). For finite sets, it requires the computation of the distances for all pairs of the direct product of the two sets. Since for finite permutation groups, we deal with distances between two finite sets of partitions, we use the following definitions for the lower and upper measures, respectively. Both definitions have the form of an optimization problem:
d L ( P , Q ) = min P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ )
and:
d U ( P , Q ) = 0 i f P A u t ( G ) = Q A u t ( G ) max P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ ) else
The diameter of a finite equivalence class of partitions is defined by
dia ( P ) = max P ˜ P A u t ( G ) , Q ˜ P A u t ( G ) d ( P ˜ , Q ˜ ) .
The third option of defining a distance between two finite equivalence classes of partitions of taking the average distance is due to John von Neumann [27]:
d a v ( P , Q ) = 0 if P A u t ( G ) = Q A u t ( G ) 1 | P A u t ( G ) | · | Q A u t ( G ) | P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ ) else
Note that the definitions for d L , d U and d a v require the computation of the minimal, maximal and average distance of all pairs of the direct product P A u t ( G ) × Q A u t ( G ) . The computational complexity of this is quadratic in the size of the larger equivalence class.
Posed as a measurement problem, we can instead fix one partition in one of the orbits and measure the minimal, maximal and average distance between all pairs of either the direct product of P × Q A u t ( G ) or Q × P A u t ( G ) . The complexity of this is linear in the size of the smaller equivalence class.
Theorems 4 and 5 and their proofs are based on these observations. They are the basis for the development of algorithms for the computation of invariant partition comparison measures of a computational complexity of at most linear order and often of constant order.
Theorem 4.
For all P A u t ( G ) Q A u t ( G ) , the following equations hold:
d L ( P , Q ) = min P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ ) = min g , h A u t ( G ) d ( P h , Q g ) = min Q ˜ Q A u t ( G ) d ( P , Q ˜ ) = min g A u t ( G ) d ( P , Q g ) = min P ˜ P A u t ( G ) d ( P ˜ , Q ) = min h A u t ( G ) d ( P h , Q )
For P A u t ( G ) Q A u t ( G ) :
d U ( P , Q ) = max P ˜ P A u t ( G ) , Q ˜ P A u t ( G ) d ( P ˜ , Q ˜ ) = max g , h A u t ( G ) d ( P h , Q g ) = max Q ˜ Q A u t ( G ) d ( P , Q ˜ ) = max g A u t ( G ) d ( P , Q g ) = max P ˜ P A u t ( G ) d ( P ˜ , Q ) = max h A u t ( G ) d ( P h , Q )
Proof. 
Let g , h , f A u t ( G ) , P ˜ P A u t ( G ) and Q ˜ Q A u t ( G ) , that is P ˜ = P h and Q ˜ = Q g . Then, since the orbits of both partitions are generated by A u t ( G ) , the following identities between distances hold:
d ( P , Q ˜ ) = d ( P , Q g ) = d ( P g 1 , Q ) , d ( P ˜ , Q ) = d ( P h , Q ) = d ( P , Q h 1 )
as well as:
d ( P ˜ , Q ˜ ) = d ( P h , Q g ) = d ( P h g 1 , Q ) ,
and:
d ( P ˜ , Q ˜ ) = d ( P h , Q g ) = d ( P , Q g h 1 ) .
Furthermore, let f = g h 1 .
  • For d L , we have:
    min Q ˜ Q A u t ( G ) d ( P , Q ˜ ) = min g A u t ( G ) d ( P , Q g ) = min g 1 A u t ( G ) d ( P g 1 , Q ) = min P ˜ P A u t ( G ) d ( P ˜ , Q )
    by switching the reference systems. In the next sequence of equations, we establish that taking the minimum over all reference systems is equivalent to finding the minimum for one arbitrarily fixed reference system.
    min P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ ) = min g , h A u t ( G ) d ( P h , Q g ) = min g , h A u t ( G ) d ( P , Q g h 1 ) = min f A u t ( G ) d ( P , Q f ) = min Q ˜ Q A u t ( G ) d ( P , Q ˜ )
  • For the proof of d U for P A u t ( G ) Q A u t ( G ) we substitute max for min in the proof of d L .
Theorem 5.
For all P A u t ( G ) Q A u t ( G ) , the following equations hold:
d a v ( P , Q ) = 1 | P A u t ( G ) | · | Q A u t ( G ) | P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) d ( P ˜ , Q ˜ )
= 1 | A u t ( G ) | 2 h , g A u t ( G ) d ( P h , Q g )
= 1 | P A u t ( G ) | P ˜ P A u t ( G ) d ( P ˜ , Q )
= 1 | A u t ( G ) | h A u t ( G ) d ( P h , Q )
= 1 | Q A u t ( G ) | Q ˜ Q A u t ( G ) d ( P , Q ˜ )
= 1 | A u t ( G ) | g A u t ( G ) d ( P , Q g )
Proof. 
For the proof of the equality of the identities of d a v , we use the property of an average of n observations x i , j with k identical groups of size m with i 1 , , k , j 1 , , m :
1 n i = 1 k j = 1 m x i , j = k k m j = 1 m x 1 , j = 1 m j = 1 m x 1 , j
The computation of an average over the group equals the result of the computation of an average over the orbit, because the orbit stabilizer Theorem 1 implies that each element of the orbit is generated | A u t ( G ) P | times, and this means that we average | A u t ( G ) P | groups of identical values and that Equation (9) applies. This establishes the equality of Expressions (3) and (4), as well as of Expressions (5) and (6) and of Expressions (7) and (8), respectively.
The two decompositions of the direct product A u t ( G ) × A u t ( G ) establish the equality of Expressions (4) and (6), as well as of Expressions (4) and (8).
Note that these proofs also show that d L ( P , Q ) , d U ( P , Q ) and d a v ( P , Q ) are invariant. Next, we prove that the three measures d L ( P , Q ) , d U ( P , Q ) and d a v ( P , Q ) are invariant measures.
Theorem 6.
The lower pseudometric space ( S , d L ) has the following properties:
  • Identity: d L ( P , Q ) = 0 , if P A u t ( G ) = Q A u t ( G ) .
  • Invariance: d L ( P , Q ) = d L ( P ˜ , Q ˜ ) , for all P , Q P ( V ) and P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) .
  • Symmetry: d L ( P , Q ) = d L ( Q , P ) .
  • Triangle inequality: d L ( P , R ) d L ( P , Q ) + d L ( Q , R )
These properties also hold for the upper pseudometric space ( S , d U ) and the average pseudometric space  ( S , d a v ) .
Proof. 
  • Identity holds because of the definition of the distance d between two elements in an equivalence class of the pseudometric space ( S , d ) .
  • Invariance of d L ( P , Q ) , d U ( P , Q ) and d a v ( P , Q ) is proven by Theorems 4 and 5.
  • Symmetry holds, because d is symmetric, and min, max and the average do not depend on the order of their respective arguments.
  • To proof the triangular inequality, we make use of Theorems 4 and 5 and of the fact that d is a metric for which the triangular inequality holds:
    (a)
    For d L follows:
    d L ( P , R ) = min P ˜ P A u t ( G ) , R ˜ R A u t ( G ) d ( P ˜ , R ˜ ) min P ˜ P A u t ( G ) , Q ˜ Q A u t ( G ) , R ˜ R A u t ( G ) d ( P ˜ , Q ˜ ) + d ( Q ˜ , R ˜ ) = min P ˜ P A u t ( G ) , R ˜ R A u t ( G ) d ( P ˜ , Q ) + d ( Q , R ˜ ) = min P ˜ P A u t ( G ) d ( P ˜ , Q ) + min R ˜ R A u t ( G ) d ( Q , R ˜ ) = d L ( P , Q ) + d L ( Q , R )
    (b)
    For the proof of the triangular inequality for d U , we substitute max for min and d U for d L in the proof of the triangular inequality for d L .
    (c)
    For d a v , it follows:
    d a v ( P , R ) = 1 | P A u t ( G ) | · | R A u t ( G ) | P ˜ P A u t ( G ) R ˜ R A u t ( G ) d ( P ˜ , R ˜ ) 1 | P A u t ( G ) | · | R A u t ( G ) | P ˜ R ˜ d ( P ˜ , Q ) + d ( Q , R ˜ ) = 1 | P A u t ( G ) | · | R A u t ( G ) | P ˜ R ˜ d ( P ˜ , Q ) + 1 | P A u t ( G ) | · | R A u t ( G ) | P ˜ R ˜ d ( Q , R ˜ ) = 1 | R A u t ( G ) | R ˜ d a v ( P , Q ) + 1 | P A u t ( G ) | P ˜ d a v ( Q , R ) = d a v ( P , Q ) + d ( Q ˜ , R )
 □

5. Decomposition of Partition Comparison Measures

In this section, we assess the structural (dis)similarity between two partitions and the effect of the group actions by combining a partition comparison measure and its invariant counterpart defined in Section 4. The distances d ( P , Q ) , d L ( P , Q ) , d U ( P , Q ) and d a v ( P , Q ) allow the decomposition of a partition comparison measure (transformed into a distance) into a structural component d s t r u c and the effect d A u t ( G ) of the automorphism group A u t ( G ) :
d ( P , Q ) = d L ( P , Q ) d s t r u c + d ( P , Q ) d L ( P , Q ) d A u t ( G ) = d U ( P , Q ) d s t r u c d U ( P , Q ) d ( P , Q ) d A u t ( G ) = d a v ( P , Q ) d s t r u c d a v ( P , Q ) d ( P , Q ) d A u t ( G )
dia ( P ) measures the effect of the automorphism group A u t ( G ) on the equivalence class P A u t ( G ) (see the last column of Table 4). e max A u t ( G ) is an upper bound of the automorphism effect on the distance of two partitions P and Q :
e max A u t ( G ) = min ( dia ( P ) , dia ( Q ) ) .
This follows from Theorem 4. Note that e max A u t ( G ) d U d L , as Case 1 in Table 5 shows.
In Table 5, we show a few examples of measure decomposition for partitions of the butterfly graph for the Rand distance d R I :
  • In Case 1, we compare two partitions from nontrivial equivalence classes: the difference of 0 . 4 between d U and d L indicates that the potential maximal automorphism effect is larger than the lower measure. In addition, it is also smaller (by 0 . 2 ) than the automorphism effect in each of the equivalence classes. That d A u t ( G ) is zero for the lower measure implies that the pair ( P , Q ) is a pair with the minimal distance between the equivalence classes. The fact that d a v = 0 . 5 is the mid-point between the lower and upper measures indicates a symmetric distribution of the distances between the equivalence classes.
  • That d A u t ( G ) is zero for the upper measure in Case 2 means that we have found a pair with the maximal distance between the equivalence classes.
  • In Case 3, we have also found a pair with maximal distance between the equivalence classes. However, the maximal potential automorphism effect is smaller than for Cases 1 and 2. In addition, the distribution of distances between the equivalence classes is asymmetric.
  • Case 4 shows the comparison of a partition from a trivial with a partition from a non-trivial equivalence class. Note, that in this case, all three invariant measures, as well as d R I coincide and that no automorphism effect exists.
A different approach to measure the potential instability in clustering a graph G is the computation of the Kolmogorov–Sinai entropy of the finite permutation group A u t ( G ) acting on the graph [28]. Note, that the Kolmogorov–Sinai entropy of a finite permutation group is a measure of the uncertainty of the automorphism group. It cannot be used as a measure to compare two graph partitions.

6. Invariant Measures for the Karate Graph

In this section, we illustrate the use of invariant measures for the three partitions P O , P 1 and P 2 of the Karate graph K [29], which is shown in Figure 4. A u t ( K ) is of order 480, and it consists of the three subgroups G 1 = S y m ( Ω 1 ) with Ω 1 = { 15 , 16 , 19 , 21 , 23 } , G 2 = S y m ( Ω 2 ) with Ω 2 = { 18 , 22 } and G 3 = { ( ) , ( 5 11 ) , ( 6 7 ) } . In addition to the modularity optimal partition P O (with its clusters separated by longer and dashed lines in Figure 4), we use the partitions P 1 and P 2 :
P 1 = 5 , 6 , 7 , 19 , 21 , 1 , 2 , 3 , 4 , 8 , 12 , 13 , 14 , 18 , 20 , 22 , 9 , 10 , 11 , 15 , 16 , 17 , 23 , 27 , 30 , 31 , 33 , 34 , 24 , 25 , 26 , 28 , 29 , 32 P 2 = 5 , 6 , 7 , 8 , 12 , 19 , 21 , 1 , 2 , 3 , 4 , 13 , 14 , 18 , 20 , 22 , 9 , 10 , 11 , 15 , 16 , 17 , 23 , 27 , 30 , 31 , 33 , 34 , 24 , 25 , 26 , 28 , 29 , 32
Both partitions are affected by the orbits { 15 , 16 , 19 , 21 , 23 } and { 5 , 11 } , each overlapping two clusters. The dissimilarity to P O is larger for P 2 , which is reflected in Table 6 and Table 7.
For the optimal partition P O of type ( 5 , 6 , 11 , 12 ) , the upper bound of the size of the equivalence class is 480 [30] (p. 112). The actual size of the equivalence class of P O is one, which means the optimal solution is not affected by A u t ( K ) . Partition P 1 , which is of the same type as P O , also has an upper bound of 480 for its equivalence class. The actual size of the equivalence classes of both P 1 and P 2 is 20. Note that the actual size of the equivalence classes that drive the complexity of computing invariant measures is in our example far below the upper bound. Table 6 shows the diameters of the equivalence classes of the partitions.
Table 7 illustrates the decomposition into structural effects and automorphism effects for the three partitions of the Karate graph. We see that for the comparison of a stable partition ( P O ) with one of the unstable partitions, the classic partition comparison measures are sufficient. However, when comparing the two unstable partitions P 1 and P 2 , the structural effect ( 0.0499 ) is dominated by the maximal automorphism effect ( 0.1176 ). Furthermore, we note that the distribution of values over the orbit of the automorphism group is asymmetric (by looking at d L , d U and d a v ).
The analysis of the effects of the automorphism group of the Karate network showed that the automorphism group does not affect the stability of the optimal partition. However, the first results show that the situation is different for other networks like the Internet AS graph with 40,164 nodes and 85,123 edges (see Rossi et al. [31], and the data of of the graph tech-internet-as are from Rossi and Ahmed [32]): for this graph, several locally optimal solutions with a modularity value above 0.694 exist, all of which are unstable. Further analysis of the structural properties of the solution landscape of this graph is work in progress.

7. Discussion, Conclusions and Outlook

In this contribution, we study the effects of graph automorphisms on partition comparison measures. Our main results are:
  • A formal definition of partition stability, namely P is stable iff | P A u t ( G ) | = 1 .
  • A proof of the non-invariance of all partition comparison measures if the automorphism group is nontrivial ( | A u t ( G ) | > 1 ).
  • The construction of a pseudometric space of equivalence classes of graph partitions for three classes of invariant measures concerning finite permutation groups of graph automorphisms.
  • The proof that the measures are invariant and that for these measures (after the transformation to a distance), the axioms of a metric space hold.
  • The space of partitions is equipped with a metric (the original partition comparison measure) and a pseudometric (the invariant partition comparison measure).
  • The decomposition of the value of a partition comparison measure into a structural part and a remainder that measures the effect of group actions.
Our definitions of invariant measures have the advantage that any existing partition comparison measure (as long as it is a distance or can be transformed into one) can still be used for the task. Moreover, the decomposition of measures restores the primary purpose of the existing comparison measures, which is to quantify structural difference. However, the construction of these measures leads directly to the classic graph isomorphism problem, whose complexity—despite considerable efforts and hopes to the contrary [33]—is still an open theoretical problem [34,35]. However, from a pragmatic point of view, today, quite efficient and practically usable algorithms exist to tackle the graph isomorphism problem [34]. In addition, for very large and sparse graphs, algorithms for finding generators of the automorphism group exist [11]. Therefore, this dependence on a computationally hard problem in general is not an actual disadvantage and allows one to implement the presented measure decomposition. The efficient implementation of algorithms for the decomposition of graph partition comparison measures is left for further research.
Another constraint is that we have investigated the effects of automorphisms on partition comparison measures in the setting of graph clustering only. The reason for this restriction is that the automorphism group of the graph is already defined by the graph itself and, therefore, is completely contained in the graph data. For arbitrary datasets, the information about the automorphism group is usually not contained in the data, but must be inferred from background theories. However, provided we know the automorphism group, our results on the decomposition of the measures generalize to arbitrary cluster problems.
All in all, this means that this article provides two major assets: first, it provides a theoretic framework that is independent of the preferred measure and the data. Second, we provide insights into a source of possible partition instability that has not yet been discussed in the literature. The downsides (symmetry group must be known and graph clustering only) are in our opinion not too severe, as we discussed above. Therefore, we think that our study indicates that a better understanding of the principle of symmetry is important for future research in data analysis.

Supplementary Materials

The R package partitionComparison by the authors of this article that implements the different partition comparison measures is available at https://cran.r-project.org/package=partitionComparison.

Author Contributions

The F.B. implemented the R package mentioned in the Supplementary Materials and conducted the non-invariance proof by counterexample. The more general proof of the non-existence of invariant measures, as well as the idea of creating a pseudometric to repair a measure’s deficiency of not being invariant is mainly due to the A.G.-S. Both authors contributed equally to writing the article and revising it multiple times.

Funding

We acknowledge support by Deutsche Forschungsgemeinschaft and the Open Access Publishing Fund of the Karlsruhe Institute of Technology.

Acknowledgments

We thank Andreas Geyer-Schulz (Institute of Analysis, Faculty of Mathematics, KIT, Karlsruhe) for repeated corrections and suggestions for improvement in the proofs.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Modularity

Newman’s and Girvan’s modularity [14] is defined as:
Q = i e i i a i 2
with the edge fractions:
e i j = { { u , v } E | u C i v C j } 2 | E | , i j ,
and the cluster density:
e i i = { { u , v } E | u , v C i } | E | .
We have to distinguish e i j and e i i because of the set-based definition E. e i j is the fraction of edges from cluster C i to cluster C j and e j i , vice versa. Therefore, the edges are counted twice, and thus, the fraction has to be weighted with 1 2 . The second part of Q is the marginal distribution:
a i 2 = j e i j 2 .
High values of Q indicate good partitions. The range of Q is [ 1 2 , 1 ) . Even if the modularity has some problems by design (e.g., the resolution limit [36], unbalanced cluster sizes [37], multiple equivalent, but unstable solutions generated by automorphisms [38]), maximization of Q is the de facto standard formal optimization criterion for graph clustering algorithms.

Appendix B. Measures for Comparing Partitions

We classify the measures that are used in the literature to compare object partitions as three categories [39]:
  • Pair-counting measures.
  • Set-based comparison measures.
  • Information theory based measures.
All these measures come from a general context and, therefore, may be used to compare any object partitions, not only graph partitions. The flip side of the coin is that they do not consider any adjacency information from the underlying graph at all.
The column Abbr. of Table A1, Table A2, Table A3 and Table A4 denotes the Abbreviations used throughout this paper; the column P = P denotes the value resulting when identical partitions are compared (max stands for some maximum value depending on the partition).

Appendix B.1. Pair-Counting Measures

All the measures within the first class are based on the four coefficients N x y that count pairs of objects (nodes in our context). Let P , Q be partitions of the node set V of a graph G. C and C denote clusters (subsets of vertices C , C V ). The coefficients are defined as:
N 11 { u , v } V ( C P : { u , v } C ) ( C Q : { u , v } C ) , N 10 { u , v } V ( C P : { u , v } C ) ( C Q : { u , v } C ) , N 01 { u , v } V ( C P : { u , v } C ) ( C Q : { u , v } C ) , N 00 { u , v } V ( C P : { u , v } C ) ( C Q : { u , v } C ) .
Please note that N 11 + N 10 + N 01 + N 00 = n 2 = n ( n 1 ) 2 . One easily can see that for identical partitions N 10 = N 01 = 0 , because two nodes either occur in a cluster together or not. Completely different partitions result in N 11 = 0 . All the measures we examined are given in Table A1 and Table A2. The RV coefficient is used by Youness and Saporta [40] for partition comparison, and p and q are the cluster counts (e.g., p = | P | ) for the two partitions. For a detailed definition of the Lerman index (especially the definitions of the expectation and standard deviation), see Denœud and Guénoche [41].
Table A1. The pair counting measures used in Table 3 [42]. The above measures are similarity measures. Distance measures and non-normalized measures are listed in Table A2. For brevity: N 21 = N 11 + N 10 , N 12 = N 11 + N 01 , N 01 = N 00 + N 01 and N 10 = N 00 + N 10 . Abbr., Abbreviation.
Table A1. The pair counting measures used in Table 3 [42]. The above measures are similarity measures. Distance measures and non-normalized measures are listed in Table A2. For brevity: N 21 = N 11 + N 10 , N 12 = N 11 + N 01 , N 01 = N 00 + N 01 and N 10 = N 00 + N 10 . Abbr., Abbreviation.
Abbr.MeasureFormula P = P
RIRand [43] N 11 + N 00 n 2 1.0
ARIHubert and Arabie [44] 2 ( N 00 N 11 N 10 N 01 ) N 01 N 12 + N 10 N 21 1.0
HHamann [45] ( N 11 + N 00 ) ( N 10 + N 01 ) n 2 1.0
CZCzekanowski [46] 2 N 11 2 N 11 + N 10 + N 01 1.0
KKulczynski [47] 1 2 N 11 N 21 + N 11 N 12 1.0
MCMcConnaughey [48] N 11 2 N 10 N 01 N 21 N 12 1.0
PPeirce [49] N 11 N 00 N 10 N 01 N 21 N 01 1.0
WIWallace [50] N 11 N 21 1.0
WIIWallace [50] N 11 N 12 1.0
FMFowlkes and Mallows [51] N 11 N 21 N 11 N 12 1.0
Γ Yule [52] N 11 N 00 N 10 N 01 N 21 N 12 N 10 N 01 1.0
SS1Sokal and Sneath [53] 1 4 N 11 N 21 + N 11 N 12 + N 00 N 10 + N 00 N 01 1.0
B1Baulieu [54] n 2 2 n 2 ( N 10 + N 01 ) + ( N 10 N 01 ) 2 n 2 2 1.0
GLGower and Legendre [55] N 11 + N 00 N 11 + 1 2 N 10 + N 01 + N 00 1.0
SS2Sokal and Sneath [53] N 11 N 11 + 2 ( N 10 + N 01 ) 1.0
SS3Sokal and Sneath [53] N 11 N 00 N 21 N 12 N 01 N 10 1.0
RTRogers and Tanimoto [56] N 11 + N 00 N 11 + 2 ( N 10 + N 01 ) + N 00 1.0
GKGoodman and Kruskal [57] N 11 N 00 N 10 N 01 N 11 N 00 + N 10 N 01 1.0
JJaccard [3] N 11 N 11 + N 10 + N 01 1.0
RVRobert and Escoufier [58] N 11 1 q N 21 1 p N 12 + n 2 1 p q p 2 p N 21 + n 2 1 p 2 q 2 q N 12 + n 2 1 q 2 1 2 1.0
Table A2. Pair counting measures that are not similarity measures. For brevity: N 21 = N 11 + N 10 , N 12 = N 11 + N 01 , N 01 = N 00 + N 01 and N 10 = N 00 + N 10 .
Table A2. Pair counting measures that are not similarity measures. For brevity: N 21 = N 11 + N 10 , N 12 = N 11 + N 01 , N 01 = N 00 + N 01 and N 10 = N 00 + N 10 .
Abbr.MeasureFormula P = P
RRRussel and Rao [59] N 11 n 2 max
MMirkin and Chernyi [60] 2 ( N 01 + N 10 ) 0.0
MiHilbert [61] N 10 + N 01 N 11 + N 10 0.0
PePearson [62] N 11 N 00 N 10 N 01 N 21 N 12 N 01 N 10 max
B2Baulieu [54] N 11 N 00 N 10 N 01 n 2 2 max
LILerman [63] N 11 E ( N 11 ) σ 2 ( N 11 ) max
NLILerman [63] (normalized) LI ( P 1 , P 2 ) LI ( P 1 , P 1 ) LI ( P 2 , P 2 ) 1.0
FMGFager and McGowan [64] N 11 N 21 N 12 1 2 N 21 max

Appendix B.2. Set-Based Comparison Measures

The second class is based on plain set comparison. We investigate three measures (see Table A3), namely the measure of Larsen and Aone [65], the so-called classification error distance [66] and Dongen’s metric [67].
Table A3. References and formulas for the three set-based comparison measures used in Table 3. σ is the result of a maximum weighted matching of a bipartite graph. The bipartite graph is constructed from the partitions that shall be compared: the two node sets are derived from the two partitions, and each cluster is represented by a node. By definition, the two node sets are disjoint. The node sets are connected by edges of weight w i j = { C i C j C i P , C j Q } . As in our context | P | = | Q | , the found σ is assured to be a perfect (bijective) matching. n is the number of nodes | V | .
Table A3. References and formulas for the three set-based comparison measures used in Table 3. σ is the result of a maximum weighted matching of a bipartite graph. The bipartite graph is constructed from the partitions that shall be compared: the two node sets are derived from the two partitions, and each cluster is represented by a node. By definition, the two node sets are disjoint. The node sets are connected by edges of weight w i j = { C i C j C i P , C j Q } . As in our context | P | = | Q | , the found σ is assured to be a perfect (bijective) matching. n is the number of nodes | V | .
Abbr.MeasureFormula P = P
LALarsen and Aone [65] 1 | P | C P max C Q 2 | C C | | C | + | C | 1.0
d C E Meilǎ and Heckerman [66] 1 1 n max σ C P | C σ ( C ) | 0.0
Dvan Dongen [67] 2 n C P max C Q | C C | C Q max C P | C C | 0.0

Appendix B.3. Information Theory-Based Measures

The last class of measures contains those that are rooted in information theory. We show the measures in Table A4, and we recap the fundamentals briefly: the entropy of a random variable X is defined as:
H ( X ) = i = 1 k p i log p i
with p i being the probability of a specific incidence. The entropy of a partition can analogously be defined as:
H ( P ) = C P | C | n log | C | n .
The mutual information of two random variables is:
I ( X , Y ) = i = 0 k j = 0 l p i j log p i j p i p j
and again, analogously:
M I ( P , Q ) = C P C Q | C C | n log n | C C | | C | | C |
is the mutual information of two partitions [68]. Meilǎ [69] introduced the Variation of Information as V I = H ( P ) + H ( Q ) 2 M I .
Table A4. Information theory-based measures used in Table 3. All measures are based on Shannon’s definition of entropy. Again, n = | V | .
Table A4. Information theory-based measures used in Table 3. All measures are based on Shannon’s definition of entropy. Again, n = | V | .
Abbr.MeasureFormula P = P
MIe.g., Vinh et al. [68] C P C Q | C C | n log n | C C | | C | | C | max
NMI φ Danon et al. [70] MI φ ( H ( P ) , H ( Q ) ) , φ { min , max } 1.0
NMI Σ Danon et al. [70] 2 · MI H ( P ) + H ( Q ) 1.0
VIMeilǎ [69] H ( P ) + H ( Q ) 2 M I 0.0

Appendix B.4. Summary

As one can see, all three classes of measures rely mainly on set matching between node sets (clusters), as an alternative definition of N 11 = C P C Q | C C | 2 shows [42]. The adjacency information of the graph is completely ignored.

References

  1. Melnykov, V.; Maitra, R. CARP: Software for fishing out good clustering algorithms. J. Mach. Learn. Res. 2011, 12, 69–73. [Google Scholar]
  2. Bader, D.A.; Meyerhenke, H.; Sanders, P.; Wagner, D. (Eds.) 10th DIMACS Implementation Challenge—Graph Partitioning and Graph Clustering; Rutgers University, DIMACS (Center for Discrete Mathematics and Theoretical Computer Science): Piscataway, NJ, USA, 2012. [Google Scholar]
  3. Jaccard, P. Nouvelles recherches sur la distribution florale. Bull. Soc. Vaud. Sci. Nat. 1908, 44, 223–270. [Google Scholar]
  4. Horta, D.; Campello, R.J.G.B. Comparing hard and overlapping clusterings. J. Mach. Learn. Res. 2015, 16, 2949–2997. [Google Scholar]
  5. Romano, S.; Vinh, N.X.; Bailey, J.; Verspoor, K. Adjusting for chance clustering comparison measures. J. Mach. Learn. Res. 2016, 17, 1–32. [Google Scholar]
  6. Von Luxburg, U.; Williamson, R.C.; Guyon, I. Clustering: Science or art? JMLR Workshop Conf. Proc. 2011, 27, 65–79. [Google Scholar]
  7. Hennig, C. What are the true clusters? Pattern Recognit. Lett. 2015, 64, 53–62. [Google Scholar] [CrossRef]
  8. Van Craenendonck, T.; Blockeel, H. Using Internal Validity Measures to Compare Clustering Algorithms; Benelearn 2015 Poster Presentations (Online); Benelearn: Delft, The Netherlands, 2015; pp. 1–8. [Google Scholar]
  9. Filchenkov, A.; Muravyov, S.; Parfenov, V. Towards cluster validity index evaluation and selection. In Proceedings of the 2016 IEEE Artificial Intelligence and Natural Language Conference, St. Petersburg, Russia, 10–12 November 2016; pp. 1–8. [Google Scholar]
  10. MacArthur, B.D.; Sánchez-García, R.J.; Anderson, J.W. Symmetry in complex networks. Discret. Appl. Math. 2008, 156, 3525–3531. [Google Scholar] [CrossRef] [Green Version]
  11. Darga, P.T.; Sakallah, K.A.; Markov, I.L. Faster Symmetry Discovery Using Sparsity of Symmetries. In Proceedings of the 2008 45th ACM/IEEE Design Automation Conference, Anaheim, CA, USA, 8–13 June 2008; pp. 149–154. [Google Scholar]
  12. Katebi, H.; Sakallah, K.A.; Markov, I.L. Graph Symmetry Detection and Canonical Labeling: Differences and Synergies. In Turing-100. The Alan Turing Centenary; EPiC Series in Computing; Voronkov, A., Ed.; EasyChair: Manchester, UK, 2012; Volume 10, pp. 181–195. [Google Scholar]
  13. Ball, F.; Geyer-Schulz, A. How symmetric are real-world graphs? A large-scale study. Symmetry 2018, 10, 29. [Google Scholar] [CrossRef]
  14. Newman, M.E.J.; Girvan, M. Finding and evaluating community structure in networks. Phys. Rev. E 2004, 69, 026113. [Google Scholar] [CrossRef] [PubMed]
  15. Ovelgönne, M.; Geyer-Schulz, A. An Ensemble Learning Strategy for Graph Clustering. In Graph Partitioning and Graph Clustering; Bader, D.A., Meyerhenke, H., Sanders, P., Wagner, D., Eds.; American Mathematical Society: Providence, RI, USA, 2013; Volume 588, pp. 187–205. [Google Scholar]
  16. Wielandt, H. Finite Permutation Groups; Academic Press: New York, NY, USA, 1964. [Google Scholar]
  17. James, G.; Kerber, A. The Representation Theory of the Symmetric Group. In Encyclopedia of Mathematics and Its Applications; Addison-Wesley: Reading, MA, USA, 1981; Volume 16. [Google Scholar]
  18. Coxeter, H.; Moser, W. Generators and Relations for Discrete Groups. In Ergebnisse der Mathematik und ihrer Grenzgebiete; Springer: Berlin, Germany, 1965; Volume 14. [Google Scholar]
  19. Dixon, J.D.; Mortimer, B. Permutation Groups. In Graduate Texts in Mathematics; Springer: New York, NY, USA, 1996; Volume 163. [Google Scholar]
  20. Beth, T.; Jungnickel, D.; Lenz, H. Design Theory; Cambridge University Press: Cambridge, UK, 1993. [Google Scholar]
  21. Erdős, P.; Rényi, A.; Sós, V.T. On a problem of graph theory. Stud. Sci. Math. Hung. 1966, 1, 215–235. [Google Scholar]
  22. Burr, S.A.; Erdős, P.; Spencer, J.H. Ramsey theorems for multiple copies of graphs. Trans. Am. Math. Soc. 1975, 209, 87–99. [Google Scholar] [CrossRef]
  23. Ball, F.; Geyer-Schulz, A. R Package Partition Comparison; Technical Report 1-2017, Information Services and Electronic Markets, Institute of Information Systems and Marketing; KIT: Karlsruhe, Germany, 2017. [Google Scholar]
  24. Doob, J.L. Measure Theory. In Graduate Texts in Mathematics; Springer: New York, NY, USA, 1994. [Google Scholar]
  25. Hausdorff, F. Set Theory, 2nd ed.; Chelsea Publishing Company: New York, NY, USA, 1962. [Google Scholar]
  26. Kuratowski, K. Topology Volume I; Academic Press: New York, NY, USA, 1966; Volume 1. [Google Scholar]
  27. Von Neumann, J. Construction of Haar’s invariant measure in groups by approximately equidistributed finite point sets and explicit evaluations of approximations. In Invariant Measures; American Mathematical Society: Providence, RI, USA, 1999; Chapter 6; pp. 87–134. [Google Scholar]
  28. Ball, F.; Geyer-Schulz, A. Weak invariants of actions of the automorphism group of a graph. Arch. Data Sci. Ser. A 2017, 2, 1–22. [Google Scholar]
  29. Zachary, W.W. An information flow model for conflict and fission in small groups. J. Anthropol. Res. 1977, 33, 452–473. [Google Scholar] [CrossRef]
  30. Bock, H.H. Automatische Klassifikation: Theoretische und praktische Methoden zur Gruppierung und Strukturierung von Daten; Vandenhoeck und Ruprecht: Göttingen, Germany, 1974. [Google Scholar]
  31. Rossi, R.; Fahmy, S.; Talukder, N. A Multi-level Approach for Evaluating Internet Topology Generators. In Proceedings of the 2013 IFIP Networking Conference, Trondheim, Norway, 2–4 June 2013; pp. 1–9. [Google Scholar]
  32. Rossi, R.A.; Ahmed, N.K. The Network Data Repository with Interactive Graph Analytics and Visualization. In Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence, Austin, TX, USA, 25–30 January 2015. [Google Scholar]
  33. Furst, M.; Hopcroft, J.; Luks, E. Polynomial-time Algorithms for Permutation Groups. In Proceedings of the 21st Annual Symposium on Foundations of Computer Science, Syracuse, NY, USA, 13–15 October 1980; pp. 36–41. [Google Scholar]
  34. McKay, B.D.; Piperno, A. Practical graph isomorphism, II. J. Symb. Comput. 2014, 60, 94–112. [Google Scholar] [CrossRef] [Green Version]
  35. Babai, L. Graph isomorphism in quasipolynomial time. arXiv, 2015; arXiv:1512.03547. [Google Scholar]
  36. Fortunato, S.; Barthélemy, M. Resolution limit in community detection. Proc. Natl. Acad. Sci. USA 2007, 104, 36–41. [Google Scholar] [CrossRef] [PubMed]
  37. Lancichinetti, A.; Fortunato, S. Limits of modularity maximization in community detection. Phys. Rev. E 2011, 84, 66122. [Google Scholar] [CrossRef] [PubMed]
  38. Geyer-Schulz, A.; Ovelgönne, M.; Stein, M. Modified randomized modularity clustering: Adapting the resolution limit. In Algorithms from and for Nature and Life; Lausen, B., Van den Poel, D., Ultsch, A., Eds.; Studies in Classification, Data Analysis, and Knowledge Organization; Springer International Publishing: Heidelberg, Germany, 2013; pp. 355–363. [Google Scholar]
  39. Meilǎ, M. Comparing clusterings—An information based distance. J. Multivar. Anal. 2007, 98, 873–895. [Google Scholar] [CrossRef]
  40. Youness, G.; Saporta, G. Some measures of agreement between close partitions. Student 2004, 51, 1–12. [Google Scholar]
  41. Denœud, L.; Guénoche, A. Comparison of distance indices between partitions. In Data Science and Classification; Batagelj, V., Bock, H.H., Ferligoj, A., Žiberna, A., Eds.; Studies in Classification, Data Analysis, and Knowledge Organization; Springer: Berlin/Heidelberg, Germany, 2006; pp. 21–28. [Google Scholar]
  42. Albatineh, A.N.; Niewiadomska-Bugaj, M.; Mihalko, D. On similarity indices and correction for chance agreement. J. Classif. 2006, 23, 301–313. [Google Scholar] [CrossRef]
  43. Rand, W.M. Objective criteria for the evaluation of clustering algorithms. J. Am. Stat. Assoc. 1971, 66, 846–850. [Google Scholar] [CrossRef]
  44. Hubert, L.; Arabie, P. Comparing partitions. J. Classif. 1985, 2, 193–218. [Google Scholar] [CrossRef]
  45. Hamann, U. Merkmalsbestand und Verwandtschaftsbeziehungen der Farinosae: Ein Beitrag zum System der Monokotyledonen. Willdenowia 1961, 2, 639–768. [Google Scholar]
  46. Czekanowski, J. “Coefficient of Racial Likeness” und “Durchschnittliche Differenz”. Anthropol. Anz. 1932, 9, 227–249. [Google Scholar]
  47. Kulczynski, S. Zespoly roslin w Pieninach. Bull. Int. Acad. Pol. Sci. Lett. 1927, 2, 57–203. [Google Scholar]
  48. McConnaughey, B.H. The determination and analysis of plankton communities. Mar. Res. 1964, 1, 1–40. [Google Scholar]
  49. Peirce, C.S. The numerical measure of the success of predictions. Science 1884, 4, 453–454. [Google Scholar] [CrossRef] [PubMed]
  50. Wallace, D.L. A method for comparing two hierarchical clusterings: Comment. J. Am. Stat. Assoc. 1983, 78, 569–576. [Google Scholar] [CrossRef]
  51. Fowlkes, E.B.; Mallows, C.L. A method for comparing two hierarchical clusterings. J. Am. Stat. Assoc. 1983, 78, 553–569. [Google Scholar] [CrossRef]
  52. Yule, G.U. On the association of attributes in statistics: With illustrations from the material of the childhood society. Philos. Trans. R. Soc. A 1900, 194, 257–319. [Google Scholar] [CrossRef]
  53. Sokal, R.R.; Sneath, P.H.A. Principles of Numerical Taxonomy; W. H. Freeman: San Francisco, CA, USA; London, UK, 1963. [Google Scholar]
  54. Baulieu, F.B. A classification of presence/absence based dissimilarity coefficients. J. Classif. 1989, 6, 233–246. [Google Scholar] [CrossRef]
  55. Gower, J.C.; Legendre, P. Metric and euclidean properties of dissimilarity coefficients. J. Classif. 1986, 3, 5–48. [Google Scholar] [CrossRef]
  56. Rogers, D.J.; Tanimoto, T.T. A computer program for classifying plants. Science 1960, 132, 1115–1118. [Google Scholar] [CrossRef] [PubMed]
  57. Goodman, L.A.; Kruskal, W.H. Measures of association for cross classifications. J. Am. Stat. Assoc. 1954, 49, 732–764. [Google Scholar]
  58. Robert, P.; Escoufier, Y. A unifying tool for linear multivariate statistical methods: The RV-coefficient. J. R. Stat. Soc. Ser. C 1976, 25, 257–265. [Google Scholar] [CrossRef]
  59. Russel, P.F.; Rao, T.R. On habitat and association of species of anopheline larvae in south-eastern madras. J. Malar. Inst. India 1940, 3, 153–178. [Google Scholar]
  60. Mirkin, B.G.; Chernyi, L.B. Measurement of the distance between partitions of a finite set of objects. Autom. Remote Control 1970, 31, 786–792. [Google Scholar]
  61. Hilbert, D. Gesammelte Abhandlungen von Hermann Minkowski, Zweiter Band; Number 2; B. G. Teubner: Leipzig, UK; Berlin, Germany, 1911. [Google Scholar]
  62. Pearson, K. On the coefficient of racial likeness. Biometrika 1926, 18, 105–117. [Google Scholar] [CrossRef]
  63. Lerman, I.C. Comparing Partitions (Mathematical and Statistical Aspects). In Classification and Related Methods of Data Analysis; Bock, H.H., Ed.; North-Holland: Amsterdam, The Netherlands, 1988; pp. 121–132. [Google Scholar]
  64. Fager, E.W.; McGowan, J.A. Zooplankton species groups in the north pacific co-occurrences of species can be used to derive groups whose members react similarly to water-mass types. Science 1963, 140, 453–460. [Google Scholar] [CrossRef] [PubMed]
  65. Larsen, B.; Aone, C. Fast and Effective Text Mining Using Linear-time Document Clustering. In Proceedings of the Fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Diego, CA, USA, 15–18 August 1999; ACM: New York, NY, USA, 1999; pp. 16–22. [Google Scholar]
  66. Meilǎ, M.; Heckerman, D. An experimental comparison of model-based clustering methods. Mach. Learn. 2001, 42, 9–29. [Google Scholar] [CrossRef]
  67. Van Dongen, S. Performance Criteria for Graph Clustering and Markov Cluster Experiments; Technical Report INS-R 0012; CWI (Centre for Mathematics and Computer Science): Amsterdam, The Netherlands, 2000. [Google Scholar]
  68. Vinh, N.X.; Epps, J.; Bailey, J. Information theoretic measures for clusterings comparison: Variants, properties, normalization and correction for chance. J. Mach. Learn. Res. 2010, 11, 2837–2854. [Google Scholar]
  69. Meilǎ, M. Comparing clusterings by the variation of information. In Learning Theory and Kernel Machines; Schölkopf, B., Warmuth, M.K., Eds.; Number 2777 in Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 2003; pp. 173–187. [Google Scholar]
  70. Danon, L.; Díaz-Guilera, A.; Duch, J.; Arenas, A. Comparing community structure identification. J. Stat. Mech. Theory Exp. 2005, 2005, P09008. [Google Scholar] [CrossRef]
Figure 1. Two structurally different partitions of the cycle graph C4: grouping pairs of neighbors (a) and grouping pairs of diagonals (d). Equally-colored nodes represent graph clusters, and the choice of colors is arbitrary. Adding, again arbitrary, but fixed, node labels impacts the node partitions and results in the failure to recognize the structural difference when comparing these partitions with partition comparison measures (see Table 1). The different images (b,c) ( P 1 = { { 1 , 2 } , { 3 , 4 } } , P 2 = { { 1 , 4 } , { 2 , 3 } } and (e,f) Q 1 = Q 2 = { { 1 , 3 } , { 2 , 4 } } ) emerge from the graph’s symmetry.
Figure 1. Two structurally different partitions of the cycle graph C4: grouping pairs of neighbors (a) and grouping pairs of diagonals (d). Equally-colored nodes represent graph clusters, and the choice of colors is arbitrary. Adding, again arbitrary, but fixed, node labels impacts the node partitions and results in the failure to recognize the structural difference when comparing these partitions with partition comparison measures (see Table 1). The different images (b,c) ( P 1 = { { 1 , 2 } , { 3 , 4 } } , P 2 = { { 1 , 4 } , { 2 , 3 } } and (e,f) Q 1 = Q 2 = { { 1 , 3 } , { 2 , 4 } } ) emerge from the graph’s symmetry.
Symmetry 10 00504 g001
Figure 2. The butterfly graph (five nodes, with two node pairs connected by the bridging node 3).
Figure 2. The butterfly graph (five nodes, with two node pairs connected by the bridging node 3).
Symmetry 10 00504 g002
Figure 3. The cycle graph C 36 (the “outer” cycle) and an initial partition of six clusters (connected nodes of the same color, separated by dashed lines). A single application of g = ( 1 2 36 ) “rotates” the graph by one node (the “inner” cycle C 36 g ). As a consequence, in each cluster, one node drops out and is added to another cluster: For instance, Node 1 drops out of the “original” cluster C = 1 , 2 , 3 , 4 , 5 , 6 , and Node 7 is added, resulting in C g = 2 , 3 , 4 , 5 , 6 , 7 . All dropped nodes are shown in light gray.
Figure 3. The cycle graph C 36 (the “outer” cycle) and an initial partition of six clusters (connected nodes of the same color, separated by dashed lines). A single application of g = ( 1 2 36 ) “rotates” the graph by one node (the “inner” cycle C 36 g ). As a consequence, in each cluster, one node drops out and is added to another cluster: For instance, Node 1 drops out of the “original” cluster C = 1 , 2 , 3 , 4 , 5 , 6 , and Node 7 is added, resulting in C g = 2 , 3 , 4 , 5 , 6 , 7 . All dropped nodes are shown in light gray.
Symmetry 10 00504 g003
Figure 4. Zachary’s Karate graph K with the vertices of the orbits of the three subgroups of A u t ( K ) in bold and the clusters of P O separated by dashed edges.
Figure 4. Zachary’s Karate graph K with the vertices of the orbits of the three subgroups of A u t ( K ) in bold and the clusters of P O separated by dashed edges.
Symmetry 10 00504 g004
Table 1. The Rand index is R I = N 11 + N 00 N 11 + N 10 + N 01 + N 00 . N 11 indicates the number of nodes that are in both partitions together in a cluster; N 10 and N 01 are the number of nodes that are together in a cluster in one partition, but not in the other; and N 00 are the number of nodes that are in both partitions in different clusters. See Appendix B for the formal definitions. Partitions P 1 and P 2 are equivalent (yet not equal, denoted “∼”), and partitions Q 1 and Q 2 are identical (thus, also equivalent, denoted “=”). However, the comparison of the structurally different partitions (denoted “≠”) P i and Q j yields the same result as the comparison between the equivalent partitions P 1 and P 2 . This makes the recognition of structural differences impossible.
Table 1. The Rand index is R I = N 11 + N 00 N 11 + N 10 + N 01 + N 00 . N 11 indicates the number of nodes that are in both partitions together in a cluster; N 10 and N 01 are the number of nodes that are together in a cluster in one partition, but not in the other; and N 00 are the number of nodes that are in both partitions in different clusters. See Appendix B for the formal definitions. Partitions P 1 and P 2 are equivalent (yet not equal, denoted “∼”), and partitions Q 1 and Q 2 are identical (thus, also equivalent, denoted “=”). However, the comparison of the structurally different partitions (denoted “≠”) P i and Q j yields the same result as the comparison between the equivalent partitions P 1 and P 2 . This makes the recognition of structural differences impossible.
CaseCompared PartitionsRelation N 11 N 10 N 01 N 00 RI
1 P 1 , P 1 =20041
2 P 2 , P 2 =20041
3 Q 1 , Q 1 or Q 1 , Q 2 or Q 2 , Q 2 =20041
4 P 1 , Q 1 or P 1 , Q 2 0222 1 3
5 P 2 , Q 1 or P 2 , Q 2 0222 1 3
6 P 1 , P 2 0222 1 3
Table 2. The full automorphism group A u t ( G b f ) = i d , g 1 , , g 7 of the butterfly graph in Figure 2 and its effect on three partitions. Bold partitions are distinct. A possible generator is g 1 , g 4 .
Table 2. The full automorphism group A u t ( G b f ) = i d , g 1 , , g 7 of the butterfly graph in Figure 2 and its effect on three partitions. Bold partitions are distinct. A possible generator is g 1 , g 4 .
Permutation P 1 , Q = 0 P 2 , Q = 1 9 P 3 , Q = 1 18
i d = ( 1 ) ( 2 ) ( 3 ) ( 4 ) ( 5 ) { 1 , 2 } , { 3 } , { 4 , 5 } { 1 , 2 , 3 } , { 4 , 5 } { 1 , 2 , 3 , 4 } , { 5 }
g 1 = ( 1 2 ) { 2 , 1 } , { 3 } , { 4 , 5 } { 2 , 1 , 3 } , { 4 , 5 } { 2 , 1 , 3 , 4 } , { 5 }
g 2 = ( 4 5 ) { 1 , 2 } , { 3 } , { 5 , 4 } { 1 , 2 , 3 } , { 5 , 4 } { 1 , 2 , 3 , 5 } , { 4 }
g 3 = ( 1 2 ) ( 4 5 ) { 2 , 1 } , { 3 } , { 5 , 4 } { 2 , 1 , 3 } , { 5 , 4 } { 2 , 1 , 3 , 5 } , { 4 }
g 4 = ( 1 4 ) ( 2 5 ) { 4 , 5 } , { 3 } , { 1 , 2 } { 4 , 5 , 3 } , { 1 , 2 } { 4 , 5 , 3 , 1 } , { 2 }
g 5 = ( 1 5 ) ( 2 4 ) { 5 , 4 } , { 3 } , { 2 , 1 } { 5 , 4 , 3 } , { 2 , 1 } { 5 , 4 , 3 , 2 } , { 1 }
g 6 = ( 1 4 2 5 ) { 4 , 5 } , { 3 } , { 2 , 1 } { 4 , 5 , 3 } , { 2 , 1 } { 4 , 5 , 3 , 2 } , { 1 }
g 7 = ( 1 5 2 4 ) { 5 , 4 } , { 3 } , { 1 , 2 } { 5 , 4 , 3 } , { 1 , 2 } { 5 , 4 , 3 , 1 } , { 2 }
Table 3. Comparing the modularity maximizing partitions of the cycle graph C 36 with modularity Q = 2 3 . The six optimal partitions consist of six clusters (see Figure 3). The number of pairs in the same cluster in both partitions is denoted by N 11 , in different clusters by N 00 and in the same cluster in one partition, but not in the other, by N 01 or N 10 . For the definitions of all partition comparison measures, see Appendix B. To compute this table, the R package partitionComparison has been used [23].
Table 3. Comparing the modularity maximizing partitions of the cycle graph C 36 with modularity Q = 2 3 . The six optimal partitions consist of six clusters (see Figure 3). The number of pairs in the same cluster in both partitions is denoted by N 11 , in different clusters by N 00 and in the same cluster in one partition, but not in the other, by N 01 or N 10 . For the definitions of all partition comparison measures, see Appendix B. To compute this table, the R package partitionComparison has been used [23].
Measure m ( P 0 , P 0 g k ) with g = ( 1 2 3 35 36 ) for k:
012345
Pair counting measures ( f ( N 11 , N 00 , N 01 , N 10 ) ; see Table A1 and Table A2)
RI 1.0 0.90476 0.84762 0.82857 0.84762 0.90476
ARI 1.0
0.61111
0.37778 0.3 0.37778 0.61111
H 1.0 0.80952 0.69524 0.65714 0.69524 0.80952
CZ 1.0 0.66667 0.46667 0.4 0.46667 0.66667
K 1.0 0.66667 0.46667 0.4 0.46667 0.66667
MC 1.0 0.33333 0.06667 0.2 0.06667 0.33333
P 1.0 0.61111 0.37778 0.3 0.37778 0.61111
WI 1.0 0.66667 0.46667 0.4 0.46667 0.66667
WII 1.0 0.66667 0.46667 0.4 0.46667 0.66667
FM 1.0 0.66667 0.46667 0.4 0.46667 0.66667
Γ 1.0 0.61111 0.37778 0.3 0.37778 0.61111
SS1 1.0 0.80556 0.68889 0.65 0.68889 0.80556
B1 1.0 0.91383 0.87084 0.85796 0.87084 0.91383
GL 1.0 0.95 0.91753 0.90625 0.91753 0.95
SS2 1.0 0.33333 0.17949 0.14286 0.17949 0.33333
SS3 1.0 0.62963 0.42519 0.36 0.42519 0.62963
RT 1.0 0.82609 0.73554 0.70732 0.73554 0.82609
GK 1.0 0.94286 0.79937 0.71429 0.79937 0.94286
J 1.0 0.5 0.30435 0.25 0.30435 0.5
RV 1.0 0.61039 0.37662 0.29870 0.37662 0.61039
RR 0.14286 0.09524 0.06667 0.05714 0.06667 0.09524
M 0.0 12 0.0 19 2.0 21 6.0 19 2.0 12 0.0
Mi 0.0 0.81650 1.03280 1.09545 1.03280 0.81650
Pe 0.00002 0.00001 0.00001 0.00001 0.00001 0.00001
B2 0.12245 0.07483 0.04626 0.03673 0.04626 0.07483
LI2 4.37212 1 4.89407 9.20724 7.31163 9.20724 1 4.89407
NLI 1.0 0.61111 0.37778 0.3 0.37778 0.61111
FMG 0.94730 0.61396 0.41396 0.34730 0.41396 0.61396
Set-based comparison measures (see Table A3)
LA 1.0 0.83333 0.66667 0.5 0.66667 0.83333
d C E 0.0 0.16667 0.33333 0.5 0.33333 0.16667
D 0.0 1 2.0 2 4.0 3 6.0 2 4.0 1 2.0
Information theory-based measures (see Table A4)
MI 1.79176 1.34120 1.15525 1.09861 1.15525 1.34120
NMI (max) 1.0 0.74854 0.64475 0.61315 0.64475 0.74854
NMI (min) 1.0 0.74854 0.64475 0.61315 0.64475 0.74854
NMI ( Σ ) 1.0 0.74854 0.64475 0.61315 0.64475 0.74854
VI 0.0 0.90112 1.27303 1.38629 1.27303 0.90112
Table 4. The equivalence classes of the pseudometric space ( S , d ) of the butterfly graph (see Figure 2). Classes are grouped by their partition type, which is the corresponding integer partition. k is the number of partitions per type; l is the number of clusters the partitions of a type consists of; dia 1 R I is the diameter (see Equation (2)) of the equivalence class computed for the distance d R I computed from the Rand Index (RI) by 1 R I .
Table 4. The equivalence classes of the pseudometric space ( S , d ) of the butterfly graph (see Figure 2). Classes are grouped by their partition type, which is the corresponding integer partition. k is the number of partitions per type; l is the number of clusters the partitions of a type consists of; dia 1 R I is the diameter (see Equation (2)) of the equivalence class computed for the distance d R I computed from the Rand Index (RI) by 1 R I .
P Aut ( G ) Q dia 1 RI
Partition type ( 1 , 1 , 1 , 1 , 1 ) , k = 1 , l = 5
E 1 { 1 } , { 2 } , { 3 } , { 4 } , { 5 } 2 9 0.0
Partition type ( 1 , 1 , 1 , 2 ) , k = 10 , l = 4
E 2 { 1 } , { 2 } , { 3 } , { 4 , 5 } { 1 , 2 } , { 3 } , { 4 } , { 5 } 1 9 0.2
E 3 { 1 } , { 2 } , { 3 , 4 } , { 5 } { 1 } , { 2 } , { 3 , 5 } , { 4 } { 1 } , { 2 , 3 } , { 4 } , { 5 } 1 6 0.2
{ 1 , 3 } , { 2 } , { 4 } , { 5 }
E 4 { 1 } , { 2 , 4 } , { 3 } , { 5 } { 1 } , { 2 , 5 } , { 3 } , { 4 } { 1 , 4 } , { 2 } , { 3 } , { 5 } 5 18 0.2
{ 1 , 5 } , { 2 } , { 3 } , { 4 }
Partition type ( 1 , 1 , 3 ) k = 10 , l = 3
E 5 { 1 } , { 2 } , { 3 , 4 , 5 } { 4 } , { 5 } , { 1 , 2 , 3 } 0 0.6
E 6 { 1 } , { 3 } , { 2 , 4 , 5 } { 3 } , { 5 } , { 1 , 2 , 4 } { 3 } , { 4 } , { 1 , 2 , 5 } 2 9 0.4
{ 2 } , { 3 } , { 1 , 4 , 5 }
E 7 { 1 } , { 5 } , { 2 , 3 , 4 } { 1 } , { 4 } , { 2 , 3 , 5 } { 2 } , { 5 } , { 1 , 3 , 4 } 1 6 0.6
{ 2 } , { 4 } , { 1 , 3 , 5 }
Partition type ( 1 , 2 , 2 ) , k = 15 , l = 3
E 8 { 3 } , { 1 , 2 } , { 4 , 5 } 0 0.0
E 9 { 3 } , { 1 , 4 } , { 2 , 5 } { 3 } , { 1 , 5 } , { 2 , 4 } 1 3 0.4
E 10 { 1 } , { 2 , 3 } , { 4 , 5 } { 5 } , { 1 , 2 } , { 3 , 4 } { 4 } , { 1 , 2 } , { 3 , 5 } 1 18 0.4
{ 2 } , { 1 , 3 } , { 4 , 5 }
E 11 { 1 } , { 2 , 4 } , { 3 , 5 } { 1 } , { 2 , 5 } , { 3 , 4 } { 5 } , { 1 , 3 } , { 2 , 4 } 2 9 0.4
{ 4 } , { 1 , 3 } , { 2 , 5 } { 2 } , { 1 , 4 } , { 3 , 5 } { 5 } , { 1 , 4 } , { 2 , 3 }
{ 2 } , { 1 , 5 } , { 3 , 4 } { 4 } , { 1 , 5 } , { 2 , 3 }
Partition type ( 1 , 4 ) , k = 5 , l = 2
E 12 { 1 , 2 , 4 , 5 } , { 3 } 2 9 0.0
E 13 { 2 , 3 , 4 , 5 } , { 1 } { 1 , 2 , 3 , 4 } , { 5 } { 1 , 2 , 3 , 5 } , { 4 }                          1 18 0.6
{ 1 , 3 , 4 , 5 } , { 2 }
Partition type ( 2 , 3 ) , k = 10 , l = 2
E 14 { 1 , 2 } , { 3 , 4 , 5 } { 4 , 5 } , { 1 , 2 , 3 } 1 9 0.4
E 15 { 3 , 5 } , { 1 , 2 , 4 } { 3 , 4 } , { 1 , 2 , 5 } { 1 , 3 } , { 2 , 4 , 5 } 1 6 0.6
{ 2 , 3 } , { 1 , 4 , 5 }
E 16 { 2 , 5 } , { 1 , 3 , 4 } { 2 , 4 } , { 1 , 3 , 5 } { 1 , 4 } , { 2 , 3 , 5 } 2 9 0.6
{ 1 , 5 } , { 2 , 3 , 4 }
Partition type ( 5 ) , k = 1 , l = 1
E 17 { 1 , 2 , 3 , 4 , 5 } 0 0.0
Table 5. Measure decomposition for partitions of the butterfly graph for the Rand distance d R I = 1 R I .
Table 5. Measure decomposition for partitions of the butterfly graph for the Rand distance d R I = 1 R I .
Case P Q d RI d d struc d Aut ( G )
1 { { 1 , 2 , 3 , 4 } { 5 } } { { 4 } { 5 } { 1 , 2 , 3 } } 0.3 d L 0.30.0
E 13 E 5 0.3 d a v 0.5−0.2
dia ( E 13 ) = 0.6 dia ( E 5 ) = 0.6 0.3 d U 0.7−0.4
2 { { 2 , 4 } { 1 , 3 , 5 } } { { 3 } { 1 , 4 } { 2 , 5 } } 0.6 d L 0.20.4
E 16 E 9 0.6 d a v 0.40.2
dia ( E 16 ) = 0.6 dia ( E 9 ) = 0.4 0.6 d U 0.60.0
3 { { 1 } { 2 , 5 } { 3 , 4 } } { { 1 } { 2 , 3 } { 4 } { 5 } } 0.3 d L 0.10.2
E 11 E 3 0.3 d a v 0.250.05
dia ( E 11 ) = 0.4 dia ( E 3 ) = 0.2 0.3 d U 0.30.0
4 { { 3 } { 1 , 2 } { 4 , 5 } } { { 1 } { 2 , 3 } { 4 , 5 } } 0.3 d L 0.30.0
E 8 E 10 0.3 d a v 0.30.0
( dia ( E 8 ) = 0 , stable) dia ( E 10 ) = 0.4 0.3 d U 0.30.0
Table 6. Diameter (computed using d R I ), orbit size and stability of partitions P O , P 1 and P 2 .
Table 6. Diameter (computed using d R I ), orbit size and stability of partitions P O , P 1 and P 2 .
X P O P 1 P 2
dia ( X ) 0.0000 0.1176 0.1390
| X A u t ( G ) | 12020
X stable?yesnono
Table 7. Invariant measures and automorphism effects for the Karate graph. The R package partitionComparison has been used for the computations [23].
Table 7. Invariant measures and automorphism effects for the Karate graph. The R package partitionComparison has been used for the computations [23].
Measure d = d RI m ( P O , P 1 ) m ( P O , P 2 ) m ( P 1 , P 2 )
d 0.0927 0.1426 0.0499
d L + d A u t ( G ) 0.0927 0.1426 0.0499 + 0.0000
d U d A u t ( G ) 0.0927 0.1426 0.1676 0.1176
d a v d A u t ( G ) 0.0927 0.1426 0.1280 0.0781
e max A u t ( K ) 0.0000 0.0000 0.1176

Share and Cite

MDPI and ACS Style

Ball, F.; Geyer-Schulz, A. Invariant Graph Partition Comparison Measures. Symmetry 2018, 10, 504. https://doi.org/10.3390/sym10100504

AMA Style

Ball F, Geyer-Schulz A. Invariant Graph Partition Comparison Measures. Symmetry. 2018; 10(10):504. https://doi.org/10.3390/sym10100504

Chicago/Turabian Style

Ball, Fabian, and Andreas Geyer-Schulz. 2018. "Invariant Graph Partition Comparison Measures" Symmetry 10, no. 10: 504. https://doi.org/10.3390/sym10100504

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop