RecLinkClassif-class | R Documentation |
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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.