| RecLinkResult.object {RecordLinkage} | R Documentation |
S3 class representing information about the classification result of a Record Linkage procedure and the data from which this result is derived.
A list with all mandatory and optional elements of
class "RecLinkData" plus the following:
prediction:Object of class "factor"
Classification of each record, corresponding to the record pairs stored
in component pairs. Levels are:
"N"for non-links.
"P"for possible links,
"L"for links,
Andreas Borg, Murat Sariyar
"RecLinkResult" for the S4 representation.
"RecLinkData" for the superclass.
"RLResult", the equivalent data structure for
big data sets.