1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-17 22:06:33 +02:00
aVirtualTwins/man/VT.forest.Rd

31 lines
787 B
Plaintext
Raw Normal View History

% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/forest.R
\docType{class}
2015-06-10 16:48:18 +02:00
\name{VT.forest}
\alias{VT.forest}
2015-06-10 16:48:18 +02:00
\title{Difft by Random Forest}
\description{
2015-06-10 16:48:18 +02:00
An abstract reference class to compute twin via random forests
}
2015-06-10 16:48:18 +02:00
\details{
\code{VT.forest} extends \code{VT.difft}
}
\section{Fields}{
\describe{
\item{\code{...}}{see fields of \linkS4class{VT.difft}}
}}
\section{Methods}{
\describe{
\item{\code{checkModel(model)}}{Checking model class: Must be : train, RandomForest, randomForest}
\item{\code{getFullData()}}{Return twin1, twin2 and difft in column}
2015-06-11 09:32:10 +02:00
\item{\code{run()}}{Compute twin1 and twin2 estimation. Switch treatment if necessary.}
}}
2015-06-10 16:48:18 +02:00
\seealso{
\code{\link{VT.difft}}, \code{\link{VT.forest.one}}, \code{\link{VT.forest.double}}
}