Description Usage Arguments Value
Populate Neighbors with random pairs.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | sampleBackground(object, num)
## Default S3 method:
sampleBackground(object, num)
## S3 method for class 'Neighbors'
sampleBackground(object, num)
## S3 method for class 'Blocks'
sampleBackground(object, num)
## S3 method for class 'Scores'
sampleBackground(object, num)
 | 
| object | object containing pre-computed Neighbors from the BSN algorithm. | 
| num | Number or proportion of current Neighbors if <1 to populate with. | 
An object of class Neighbors containing the possible duplicate pairs
sampled at random.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.