scoreNeighbors: Calculate match score generic.

Description Usage Arguments Value

Description

scoreNeighbors returns a Scores object with the Neighbors slot populated with a match score for each potential duplicate found from the BSN algorithm. A match score is calculated by averaging the number of string/binary variable matches consistent between the two records plus a similarity measure for the continuous variables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
scoreNeighbors(object)

## Default S3 method:
scoreNeighbors(object)

## S3 method for class 'Blocks'
scoreNeighbors(object)

## S3 method for class 'Scores'
scoreNeighbors(object)

Arguments

object

object containing pre-computed Neighbors from the BSN algorithm.

Value

An object of class Scores containing the scored neighbor pairs.


mPloenzke/bsnR documentation built on May 21, 2019, 9:18 a.m.