Compute the comparison between two partitions for all available measures.
compareAll(p, q)# S4 method for Partition,Partition
compareAll(p, q)
Instance of data.frame
with columns measure
and value
The partition \(P\)
The partition \(Q\)
p = Partition,q = Partition
: Compare given two Partition
instances
This method will identify every generic S4 method that has a signature
"Partition", "Partition"
(including signatures with following "missing"
parameters, e.g. "Partition", "Partition", "missing"
) as a partition
comparison measure, except this method itself (otherwise: infinite
recursion). This means one has to take care when defining other methods with the same
signature in order not to produce unwanted side-effects!
Fabian Ball fabian.ball@kit.edu