getExpectedSize | R Documentation |
Estimates the total number of record pairs generated by a dataset and specified blocking conditions.
getExpectedSize(object, ...) ## S4 method for signature 'RLBigDataDedup' getExpectedSize(object) ## S4 method for signature 'RLBigDataLinkage' getExpectedSize(object) ## S4 method for signature 'data.frame' getExpectedSize(object, blockfld = list())
object |
Either a record linkage object or a dataset. |
blockfld |
A blocking definition, such as in |
... |
Placeholder for additional arguments. |
The "RLBigData*"
methods are only left for backward compatibility.
Since version 0.4, all record pairs for such objects are generated and stored
in a disk file. The methods return the true number of record pairs.
For the "data.frame"
method, estimation is based on the assumption
that agreement or disagreement of one attribute is independent of the other attributes.
blockfld
is a blocking definition such as for
RLBigDataDedup
.
The expected number of record pairs.
Andreas Borg, Murat Sariyar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.