PairCoefficients-class {partitionComparison}R Documentation

S4 class to represent coefficients of object pairs for the comparison of two object partitions (say P and Q).

Description

S4 class to represent coefficients of object pairs for the comparison of two object partitions (say P and Q).

Slots

N11

The number of object pairs that are in both partitions together in a cluster

N00

The number of object pairs that are in no partition together in a cluster

N10

The number of object pairs that are only in partition P together in a cluster

N01

The number of object pairs that are only in partition Q together in a cluster

Author(s)

Fabian Ball fabian.ball@kit.edu

See Also

N11 N10 N01 N00


[Package partitionComparison version 0.2.6 Index]