Learn R Programming

JRF (version 0.1-2)

importance: Importance score computation for object JRF

Description

Importance score computation. This file is a modified version of function Importance contained in the R package randomForest.

Usage

importance(x, scale = TRUE)

Arguments

x
object of class JRF
scale
either TRUE or FALSE

Value

  • "imp" return importance scores (total decrease in node impurity)

References

A. Liaw and M. Wiener (2002). Classification and Regression by randomForest. R News 2, 18--22.