RecLinkClassif-class {RecordLinkage} | R Documentation |
Class "RecLinkClassif"
Description
S4 wrapper for S3 class with the same name, which has the same structure
as a RecLinkData
object plus the following components:
prediction
Linkage result. Coded as a factor with levels
"N"
for non-links,"P"
for possible links and"L"
for links.attrNames
Column names of the set of comparison patterns.
Objects from the Class
Objects of the S3 class are created by classification
functions, such as classifySupv
or emClassify
Slots
.S3Class
:Object of class
"character"
.
Extends
Class "oldClass"
, directly.
Methods
- classifySupv
signature(model = "RecLinkClassif", newdata = "RecLinkData")
- classifySupv
signature(model = "RecLinkClassif", newdata = "RLBigData")
Author(s)
Andreas Borg, Murat Sariyar
Examples
showClass("RecLinkClassif")
[Package RecordLinkage version 0.4-12.4 Index]