1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-02 19:53:09 +02:00
aVirtualTwins/man/VT.forest-abstract.Rd

31 lines
770 B
Plaintext
Raw Normal View History

2016-10-09 02:09:32 +02:00
% Generated by roxygen2: 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
2016-10-09 02:09:32 +02:00
2015-06-10 16:48:18 +02:00
\code{VT.forest} extends \code{VT.difft}
}
\section{Fields}{
\describe{
2015-06-12 00:34:25 +02:00
\item{\code{...}}{see fields of \code{\link{VT.difft}}}
2015-06-10 16:48:18 +02:00
}}
\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}}
}