Description Usage Arguments Value References See Also
Computes the most probable cluster for each record in the data set based on
posterior samples. The collection of most probable clusters is not
guaranteed to obey transitivity of closure. To obtain a transitive
clustering, one can apply the sharedMostProbableClusters
function to the output of this function. In (Steorts et al. 2016), the
most probable clusters are referred to as most probable maximal
matching sets.
1 2 3 4 5 6 7 | mostProbableClusters(x, ...)
## S4 method for signature 'linkagechain'
mostProbableClusters(x, ...)
## S4 method for signature 'dblinkresult'
mostProbableClusters(x, ...)
|
x |
a |
A mostprobableclusters
object.
Steorts, R. C., Hall, R. & Fienberg, S. E. A Bayesian Approach to Graphical Record Linkage and Deduplication. JASA 111, 1660–1672 (2016).
The sharedMostProbableClusters
function computes a point estimate
from the most probable clusters (the output of this function), which
obeys transitivity constraints.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.