PairCoefficients-class {partitionComparison}R Documentation

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

Description

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

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 PP together in a cluster

N01

The number of object pairs that are only in partition QQ 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]