https://github.com/cran/RecordLinkage
Raw File
Tip revision: b32452149857b15849e9c82fb81e812df6e921fc authored by Murat Sariyar on 08 November 2022, 13:10:15 UTC
version 0.4-12.4
Tip revision: b324521
RecLinkClassif-class.Rd
\name{RecLinkClassif-class}
\Rdversion{1.1}
\docType{class}
\alias{RecLinkClassif-class}
\alias{RecLinkClassif}

\title{Class "RecLinkClassif"}
\description{
  S4 wrapper for S3 class with the same name, which has the same structure
  as a \code{\link{RecLinkData}} object plus the following components:
  \describe{
    \item{\code{prediction}}{Linkage result. Coded as a factor with levels
      \code{"N"} for non-links, \code{"P"} for possible links and \code{"L"}
      for links.}
    \item{\code{attrNames}}{Column names of the set of comparison patterns.}
  }
}

\section{Objects from the Class}{Objects of the S3 class are created by classification
functions, such as \code{\link{classifySupv}} or \code{\link{emClassify}}}
\section{Slots}{
  \describe{
    \item{\code{.S3Class}:}{Object of class \code{"character"}.}
  }
}
\section{Extends}{
Class \code{"\linkS4class{oldClass}"}, directly.
}
\section{Methods}{
  \describe{
    \item{classifySupv}{\code{signature(model = "RecLinkClassif", newdata = "RecLinkData")}}
    \item{classifySupv}{\code{signature(model = "RecLinkClassif", newdata = "RLBigData")}}
	 }
}

\author{
  Andreas Borg, Murat Sariyar
}

\examples{
showClass("RecLinkClassif")
}
\keyword{classes}
back to top