[fbf06f]: / partyMod / man / TreeControl-class.Rd

Download this file

26 lines (24 with data), 724 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{TreeControl Class}
\docType{class}
\alias{TreeControl-class}
\alias{TreeControl}
\title{Class "TreeControl"}
\description{
Objects of this class represent the hyper parameter setting for tree
growing.
}
\section{Objects from the Class}{
Objects can be created by \code{\link{ctree_control}}.
}
\section{Slots}{
\describe{
\item{\code{varctrl}:}{Object of class \code{"VariableControl"}.}
\item{\code{splitctrl}:}{Object of class \code{"SplitControl"}.}
\item{\code{gtctrl}:}{Object of class \code{"GlobalTestControl"}.}
\item{\code{tgctrl}:}{Object of class \code{"TreeGrowControl"}.}
}
}
\section{Methods}{
No methods defined with class "TreeControl" in the signature.
}
\keyword{classes}