LearningSample Class {party} | 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
:"VariableFrame"
with the
response variables. inputs
:"VariableFrame"
with the
input variables.weights
:"numeric"
, a vector of
case counts or weights. nobs
:"integer"
, the number of
observations. ninputs
:"integer"
, the number of
input variables.No methods defined with class "LearningSample" in the signature.