print.VSURF: Print of VSURF results

View source: R/print.VSURF.R

print.VSURFR Documentation

Print of VSURF results

Description

This function display a small description of VSURF results

Usage

## S3 method for class 'VSURF'
print(x, ...)

Arguments

x

An object of class VSURF, which is the result of the VSURF function.

...

Not used.

Author(s)

Robin Genuer, Jean-Michel Poggi and Christine Tuleau-Malot

References

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

See Also

VSURF, plot.VSURF, summary.VSURF

Examples


## Not run: 
data(iris)
iris.vsurf <- VSURF(iris[,1:4], iris[,5], ntree = 100, nfor.thres = 20,
                    nfor.interp = 10, nfor.pred = 10)
iris.vsurf

## End(Not run)


robingenuer/VSURF documentation built on Feb. 19, 2023, 7:05 a.m.