Switch to unified view

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