Skip to content

Commit

Permalink
formatting doi.
Browse files Browse the repository at this point in the history
  • Loading branch information
resteorts committed Oct 12, 2020
1 parent 5f22daa commit 83e1a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Suggests:
ggplot2,
rmarkdown
VignetteBuilder: knitr
Description: An implementation of the blocking algorithm KLSH in Steorts, Ventura, Sadinle, Fienberg (2014) <https://doi.org/10.1007/978-3-319-11257-2_20>, which is a k-means variant of locality sensitive hashing. The method is illustrated with examples and a vignette.
Description: An implementation of the blocking algorithm KLSH in Steorts, Ventura, Sadinle, Fienberg (2014) <10.1007/978-3-319-11257-2_20>, which is a k-means variant of locality sensitive hashing. The method is illustrated with examples and a vignette.
Encoding: UTF-8
LazyData: true
License: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion vignettes/klsh.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vignette: >
%\VignetteEngine{knitr::rmarkdown}
%\usepackage[utf8]{inputenc}
---
We present a small example from Steorts, R., Ventura, S., Sadinle, M., and Fienberg, S. (2014). "Blocking Comparisons for Record Linkage." Privacy in Statistical Databases (Lecture Notes in Computer Science 8744), ed. J Domingo-Ferrer, Springer, 252-268, <https://doi.org/10.1007/978-3-319-11257-2_20>. We will be using the blink package in R and the RLdata500 data set, which was previously available in the Record Linkage package (but has been deprecated).
We present a small example from Steorts, R., Ventura, S., Sadinle, M., and Fienberg, S. (2014). "Blocking Comparisons for Record Linkage." Privacy in Statistical Databases (Lecture Notes in Computer Science 8744), ed. J Domingo-Ferrer, Springer, 252-268, \doi{10.1007/978-3-319-11257-2_20}. We will be using the blink package in R and the RLdata500 data set, which was previously available in the Record Linkage package (but has been deprecated).

In a record linkage task one wants to remove duplicate
entries from multiple databases. However, before performing this task, one needs to perform a means of dimension reduction so that the record linkage task is computationally scalable.
Expand Down

0 comments on commit 83e1a4c

Please sign in to comment.