Description Usage Arguments Value
View source: R/scoreNeighbors.R
scoreNeighbors
returns a Scores
object with the Neighbors
slot populated with a match score for each potential duplicate found from the SNIP algorithm.
1 2 3 4 5 6 7 8 9 10 | scoreNeighbors(object, method = "intersection")
## Default S3 method:
scoreNeighbors(object, method = "intersection")
## S3 method for class 'Blocks'
scoreNeighbors(object, method = "intersection")
## S3 method for class 'Scores'
scoreNeighbors(object, method = "intersection")
|
object |
object containing pre-computed Neighbors from the SNIP algorithm. |
method |
Character value. If intersection, then uses the count of times the match was found. If "greedy", then uses the greedy match score. |
An object of class Scores
containing the scored neighbor pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.