| RecLinkClassif-class {RecordLinkage} | R Documentation |
S4 wrapper for S3 class with the same name, which has the same structure
as a RecLinkData object plus the following components:
predictionLinkage result. Coded as a factor with levels
"N" for non-links, "P" for possible links and "L"
for links.
attrNamesColumn names of the set of comparison patterns.
Objects of the S3 class are created by classification
functions, such as classifySupv or emClassify
.S3Class:Object of class "character".
Class "oldClass", directly.
signature(model = "RecLinkClassif", newdata = "RecLinkData")
signature(model = "RecLinkClassif", newdata = "RLBigData")
Andreas Borg, Murat Sariyar
showClass("RecLinkClassif")