Description Usage Arguments Value
Reports block metrics to assess quality of blocking. If known matches are null then
1 | blockMetrics(dfA, dfB, blocks, known.matches = NULL)
|
dfA |
dataframe A |
dfB |
dataframe B |
blocks |
Dataframe of two columns representing pairs to be checked post blocking |
known.matches |
Dataframe of two columns representing indices of known matches where the left index refers to a record index in dfA and the right index refers to a record index in dfB |
List of metrics
original.comparisons |
Number of original comparisons |
remaining.comparisons |
Number of comparisons remaining post blocking |
pairs.reduction |
Proportion of original comparisons remaining post blocking |
total.known.matches |
If known.matches was provided, number of total known matches |
found.matches |
Number of known matches found in the remaning pairs |
pairs.completeness |
Percentage of known matches found in remaining pairs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.