RecordLinkage (version 0.4-11)

RecLinkClassif-class: 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.

Arguments

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")

Examples

Run this code
# NOT RUN {
showClass("RecLinkClassif")
# }

Run the code above in your browser using DataCamp Workspace