File: TreeControl-class.Rd

package info (click to toggle)
r-cran-party 1.3-5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,748 kB
  • sloc: ansic: 3,164; sh: 56; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (3)
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}