predictorImportance
Estimates of predictor importance for regression tree
Description
computes estimates of predictor importance for imp
= predictorImportance(tree
)tree
by summing
changes in the mean squared error due to splits on every predictor and dividing the
sum by the number of branch nodes. imp
is returned as a row
vector with the same number of elements as tree.PredictorNames
.
The entries of imp
are estimates of the predictor importance,
with 0
representing the smallest possible importance.
Examples
Input Arguments
More About
Extended Capabilities
Version History
Introduced in R2011a