RLBigDataLinkage-class: Class "RLBigDataLinkage"

RLBigDataLinkage-classR Documentation

Class "RLBigDataLinkage"

Description

Represents a record linkage setup with two datasets which are to be linked together.

Objects from the Class

Objects should be created using the constructor function RLBigDataLinkage, which does some essential error checking, conversion and initialization.

Slots

See also "RLBigData" for inherited slots.

data1:

Object of class "data.frame" First data set.

data2:

Object of class "data.frame" Second data set.

identity1:

Object of class "factor" True ID of records in data1

identity2:

Object of class "factor" True ID of records in data2

Extends

Class "RLBigData", directly.

Methods

getColumnNames

signature(object = "RLBigDataLinkage")

getExpectedSize

signature(object = "RLBigDataLinkage")

See also RLBigData-class for inherited methods.

Author(s)

Andreas Borg

See Also

"RLBigData", RLBigDataLinkage

Examples

showClass("RLBigDataLinkage")

RecordLinkage documentation built on Nov. 10, 2022, 5:42 p.m.