View source: R/getPairs-methods.r
getPairsBackend | R Documentation |
Backend function for getPairs
methods. Not to be called directly.
getPairsBackend(object, filter.match, filter.link = c("nonlink", "possible", "link"), max.weight = Inf, min.weight = -Inf, withMatch = TRUE, withClass = FALSE, withWeight = FALSE, sort = FALSE, single.rows = FALSE)
object |
The object from which to extract pairs. |
filter.match |
Character vector, specifies matching status for pairs to appear in the output. |
filter.link |
Character vector, specifies linkage result for pairs to appear in the output. |
max.weight |
Maximum weight of pairs to include in the output. |
min.weight |
Minimum weight of pairs to include in the output. |
withMatch |
Logical. Whether to include matching status in the output. |
withClass |
Logical. Whether to include linkage result in the output. |
withWeight |
Logical. Whether to include weights in the output. |
sort |
Logical. Whether to sort descending by weights. |
single.rows |
Logical. Whether to print record pairs in one row instead of two consecutive rows. |
See getPairs
See getPairs
Andreas Borg, Murat Sariyar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.