powered by
"RLResult"
Get summarized information on a "RLResult" object.
# S4 method for RLResult summary(object) # S3 method for summaryRLResult print(x, ...)
For summary, a list with components
summary
Number of record pairs.
Number of detected links.
Number of detected possible links.
The object for which to show a summary.
Return value of the summary function.
Additional arguments from the generic function are ignored.
Andreas Borg, Murat Sariyar
The summary methods return a list of the format shown below. The print method displays this information on the console in a user-friendly format.
summary "RLResult"
data(RLdata500) rpairs <- RLBigDataDedup(RLdata500, blockfld=list(1,3,5:7), identity = identity.RLdata500) rpairs <- epiWeights(rpairs) result <- epiClassify(rpairs, 0.7) summary(result)
Run the code above in your browser using DataLab