Bayesian Streaming Record Linkage
Return a list of all linked pairs (directly or transitively)
Perform baseline bipartite record linkage before streaming updates
Extract the links from a bstrlstate object into a list of streaminglin...
Create a streaming link object from known record entity id's
Return True/False whether the two record are coreferent
Perform multifile record linkage via Gibbs sampling "from scratch"
Perform a PPRB update of record linkage with a new file
Calculate the precision of estimated links relative to true links
Calculate the recall of estimated links relative to true links
Perform an SMCMC update of record linkage with a new file
Thin a bstrlstate object
Perform record linkage on streaming files using recursive Bayesian updating.