Learn R Programming

partitionComparison (version 0.2.6)

compareAll: Compare two partitions with all measures

Description

Compute the comparison between two partitions for all available measures.

Usage

compareAll(p, q)

# S4 method for Partition,Partition compareAll(p, q)

Value

Instance of data.frame with columns measure and value

Arguments

p

The partition \(P\)

q

The partition \(Q\)

Methods (by class)

  • compareAll(p = Partition, q = Partition): Compare given two Partition instances

Warning

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!

Author

Fabian Ball fabian.ball@kit.edu