https://github.com/cran/RecordLinkage
Raw File
Tip revision: d650bb5b048f47ae3237cec162d379a89734ff57 authored by Andreas Borg on 02 May 2016, 13:21:08 UTC
version 0.4-9
Tip revision: d650bb5
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