1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-07 20:36:32 +02:00
aVirtualTwins/man/VT.forest.double-class.Rd

26 lines
769 B
R

% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/forest.double.R
\docType{class}
\name{VT.forest.double-class}
\alias{VT.forest.double}
\alias{VT.forest.double-class}
\title{A reference class to compute twins via double random forests}
\description{
A reference class to compute twins via double random forests
}
\section{Fields}{
\describe{
\item{\code{model_trt1}}{a caret/RandomForest/randomForest object for treatment T = 1}
\item{\code{model_trt0}}{a caret/RandomForest/randomForest object for treatment T = 0}
}}
\section{Methods}{
\describe{
\item{\code{computeTwin1()}}{Compute twin1 with OOB predictions from double forests}
\item{\code{computeTwin2()}}{Compute twin2 by the other part of data in the other forest}
}}