A class that represents the result of a record linkage procedure with big data sets.
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.
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.
signature(object = "RLResult")
signature(object = "RLResult")
signature(object = "RLResult")
signature(object = "RLResult")
signature(object = "RLResult")
signature(object = "RLResult")
Andreas Borg, Murat Sariyar
classifySupv, emClassify and
epiClassify create objects of this type.