|
a |
|
b/partyMod/man/LearningSample-class.Rd |
|
|
1 |
\name{LearningSample Class} |
|
|
2 |
\docType{class} |
|
|
3 |
\alias{LearningSample-class} |
|
|
4 |
|
|
|
5 |
\title{Class "LearningSample"} |
|
|
6 |
\description{ |
|
|
7 |
Objects of this class represent data for fitting tree-based models. |
|
|
8 |
} |
|
|
9 |
\section{Objects from the Class}{ |
|
|
10 |
Objects can be created by calls of the form \code{new("LearningSample", ...)}. |
|
|
11 |
} |
|
|
12 |
\section{Slots}{ |
|
|
13 |
\describe{ |
|
|
14 |
\item{\code{responses}:}{Object of class \code{"VariableFrame"} with the |
|
|
15 |
response variables. } |
|
|
16 |
\item{\code{inputs}:}{Object of class \code{"VariableFrame"} with the |
|
|
17 |
input variables.} |
|
|
18 |
\item{\code{weights}:}{Object of class \code{"numeric"}, a vector of |
|
|
19 |
case counts or weights. } |
|
|
20 |
\item{\code{nobs}:}{Object of class \code{"integer"}, the number of |
|
|
21 |
observations. } |
|
|
22 |
\item{\code{ninputs}:}{Object of class \code{"integer"}, the number of |
|
|
23 |
input variables.} |
|
|
24 |
} |
|
|
25 |
} |
|
|
26 |
\section{Methods}{ |
|
|
27 |
No methods defined with class "LearningSample" in the signature. |
|
|
28 |
} |
|
|
29 |
\keyword{classes} |