RecLinkResult-class {RecordLinkage} | R Documentation |
Class "RecLinkResult"
Description
S4 wrapper for S3 class "RecLinkResult"
.
Objects from the Class
Object of the S3 class are created by
classification functions, such as classifySupv
and
emClassify
. The S4 class is virtual and exists solely
for internal usage in method signatures.
Slots
.S3Class
:Internal slot.
See "RecLinkResult"
for the structure of the S3 class.
Extends
Class "RecLinkData"
, directly.
Class "oldClass"
, by class "RecLinkData", distance 2.
Methods
- %append%
signature(x = "RecLinkResult", y = "RecLinkResult")
- getErrorMeasures
signature(object="RecLinkResult")
- getTable
signature(object="RecLinkResult")
Author(s)
Andreas Borg, Murat Sariyar
See Also
"RecLinkResult"
for the structure of the S3 class.
"RLResult"
, the equivalent data structure for
big data sets.
Examples
showClass("RecLinkResult")
[Package RecordLinkage version 0.4-12.4 Index]