-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
22 lines (22 loc) · 1016 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: microclustr
Type: Package
Title: Entity Resolution with Random Partition Priors for Microclustering
Version: 0.1.0
Date: 2020-09-15
Authors@R: c(
person(given=c("Rebecca", "C"), family="Steorts", role = c("aut","cre"), email="[email protected]"),
person("Brenda", "Betancourt", email = "[email protected]", role = c("aut")),
person("Giacomo", "Zanella", email = "[email protected]", role = c("aut"))
)
Depends:
R (>= 3.2.4)
Imports:
Rcpp (>= 1.0.1),
stats
Suggests:
knitr
Description: An implementation of the model in Betancourt, Zanella, Steorts (2020), which performs microclustering models for categorical data. The package provides a vignette for two proposed methods in the paper as well as two standard Bayesian non-parametric clustering approaches for entity resolution. The experiments are reproducible and illustrated using a simple vignette. LICENSE: GPL-3 + file license.
VignetteBuilder: knitr
License: GPL-3
LinkingTo: Rcpp
RoxygenNote: 7.1.1.9000