RLBigDataDedup-class {RecordLinkage} | R Documentation |
Class "RLBigDataDedup"
Description
Represents a record linkage setup where a single dataset is to be deduplicated.
Objects from the Class
Objects should be created using the constructor function
RLBigDataDedup
, which does some essential error checking,
conversion and initialization.
Slots
See also "RLBigData"
for inherited slots.
data
:Object of class
"data.frame"
Data set.identity
:Object of class
"factor"
True ID of records indata
Extends
Class "RLBigData"
, directly.
Methods
- getColumnNames
signature(object = "RLBigDataDedup")
- getExpectedSize
signature(object = "RLBigDataDedup")
See also RLBigData-class for inherited methods.
Author(s)
Andreas Borg
See Also
RLBigDataDedup
, RLBigData-class
Examples
showClass("RLBigDataDedup")
[Package RecordLinkage version 0.4-12.4 Index]