LearningSample Class | R Documentation |
Objects of this class represent data for fitting tree-based models.
Objects can be created by calls of the form new("LearningSample", ...)
.
responses
:Object of class "VariableFrame"
with the
response variables.
inputs
:Object of class "VariableFrame"
with the
input variables.
weights
:Object of class "numeric"
, a vector of
case counts or weights.
nobs
:Object of class "integer"
, the number of
observations.
ninputs
:Object of class "integer"
, the number of
input variables.
No methods defined with class "LearningSample" in the signature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.