https://github.com/cran/RecordLinkage
Raw File
Tip revision: f0523868e41407226328c08920cb3699d092d7be authored by Murat Sariyar on 05 September 2011, 00:00:00 UTC
version 0.3-5
Tip revision: f052386
RecLinkData-class.rd
\name{RecLinkData-class}
\Rdversion{1.1}
\docType{class}
\alias{RecLinkData-class}

\title{Class "RecLinkData"}
\description{
  S4 wrapper for S3 class \code{"\link{RecLinkData}"}.
}

\section{Objects from the Class}{Objects of the S3 class are created by
  the comparison functions \code{\link[=compare.dedup]{compare.*}}.
  The S4 class is virtual and exists solely for internal usage in method signatures.
}

\section{Slots}{
  \describe{
    \item{\code{.S3Class}:}{Internal slot.}
  }
  See \code{"\link{RecLinkData}"} for the structure of the S3 class.
}

\section{Extends}{
Class \code{"\linkS4class{oldClass}"}, directly.
}
\section{Methods}{
  \describe{
    \item{\%append\%}{\code{signature(x = "RecLinkData", y = "RecLinkData")}}
    \item{classifySupv}{\code{signature(model = "RecLinkClassif", newdata = "RecLinkData")}}
    \item{emClassify}{\code{signature(rpairs = "RecLinkData")}}
    \item{emWeights}{\code{signature(rpairs = "RecLinkData")}}
    \item{epiClassify}{\code{signature(rpairs = "RecLinkData")}}
    \item{epiWeights}{\code{signature(rpairs = "RecLinkData")}}
    \item{getPairs}{\code{signature(object = "RecLinkData")}}
  }
}

\author{
Andreas Borg, Murat Sariyar
}


\seealso{
  \code{"\link{RecLinkData}"} for the structure of the S3 class.
  \code{\link{compare.dedup}}, which creates objects of this class.
  \code{"\linkS4class{RLBigData}"}, an alternative data structure
  suitable for big data sets.
}
\examples{
showClass("RecLinkData")
}
\keyword{classes}
\keyword{classif}
back to top