powered by
This function display a small description of VSURF results
# S3 method for VSURF print(x, ...)
An object of class VSURF, which is the result of the VSURF function.
VSURF
Not used.
Robin Genuer, Jean-Michel Poggi and Christine Tuleau-Malot
Genuer, R. and Poggi, J.M. and Tuleau-Malot, C. (2010), Variable selection using random forests, Pattern Recognition Letters 31(14), 2225-2236
Genuer, R. and Poggi, J.M. and Tuleau-Malot, C. (2015), VSURF: An R Package for Variable Selection Using Random Forests, The R Journal 7(2):19-33
VSURF, plot.VSURF, summary.VSURF
plot.VSURF
summary.VSURF
if (FALSE) { data(iris) iris.vsurf <- VSURF(iris[,1:4], iris[,5], ntree = 100, nfor.thres = 20, nfor.interp = 10, nfor.pred = 10) iris.vsurf }
Run the code above in your browser using DataLab