RecordLinkage (version 0.4-11)

RLResult-class: Class "RLResult"

Description

A class that represents the result of a record linkage procedure with big data sets.

Arguments

Objects from the Class

Objects from this class are created by the classification functions in this package, e.g. classifySupv. Directly creating instances by calling new is neither necessary nor recommended.

Slots

data:

Object of class "RLBigData". The data set which was classified.

prediction:

Object of class "ff". A vector with classification result for every record pair, coded by levels "N" for a non-link, "P" for a possible link and "L" for a link.

Methods

clone

signature(object = "RLResult")

getDbFile

signature(object = "RLResult")

getErrorMeasures

signature(object = "RLResult")

getPairs

signature(object = "RLResult")

getTable

signature(object = "RLResult")

saveRLObject

signature(object = "RLResult")

See Also

classifySupv, emClassify and epiClassify create objects of this type.