folwkesMallowsIndex | R Documentation |
Compute the index of Folwkes and Mallows
\sqrt{\frac{N_{11}}{N_{21}} \frac{N_{11}}{N_{12}}}
which is a combination of the two Wallace indices.
folwkesMallowsIndex(p, q)
## S4 method for signature 'Partition,Partition'
folwkesMallowsIndex(p, q)
## S4 method for signature 'PairCoefficients,missing'
folwkesMallowsIndex(p, q = NULL)
p |
The partition |
q |
The partition |
folwkesMallowsIndex(p = Partition, q = Partition)
: Compute given two partitions
folwkesMallowsIndex(p = PairCoefficients, q = missing)
: Compute given the pair coefficients
Fabian Ball fabian.ball@kit.edu
Fowlkes1983partitionComparison
wallaceI
wallaceII
isTRUE(all.equal(folwkesMallowsIndex(new("Partition", c(0, 0, 0, 1, 1)),
new("Partition", c(0, 0, 1, 1, 1))), 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.