Description Usage Arguments Value
View source: R/supervisedLink.R
Supervised record linkage
1 2 3 4 5 6 7 8 9 | supervisedLink(dfA, dfB, train.indices, validation.split = 0.2,
method = "log", blocks = NULL, block.exact = NULL,
block.numeric = NULL, block.numeric.range = NULL,
block.encoder = NULL, block.encoder.model.path = NULL,
block.encoder.method = "cluster", comparisons = NULL,
compare.string.encoder = NULL, compare.encoder.model.path = NULL,
compare.string.sim = NULL, string.sim.method = "jw",
compare.numeric = NULL, compare.exact = NULL,
n.cores = parallel::detectCores() - 1, seed = 0)
|
dfA |
dataframe |
dfB |
dataframe |
train.indices |
train indicies |
validation.split |
validation |
method |
classification method |
blocks |
block class |
block.exact |
block exact columns |
block.numeric |
block numeric cols |
block.numeric.range |
block numeric range |
block.encoder |
encoder block cols |
block.encoder.model.path |
model path |
block.encoder.method |
cluster or binary |
comparisons |
comparisons matrix |
compare.string.encoder |
string encoder compare cols |
compare.encoder.model.path |
compare model path |
compare.string.sim |
String similarity |
string.sim.method |
Jaro Winkler |
compare.numeric |
numeric cols |
compare.exact |
exact cols |
n.cores |
number of cores to parallelize over |
seed |
set random seed |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.