Learn R Programming

VSURF (version 0.8.2)

print.VSURF: 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.

References

Genuer, R. and Poggi, J.M. and Tuleau-Malot, C. (2010), Variable selection using random forests, Pattern Recognition Letters 31(14), 2225-2236

See Also

VSURF, plot.VSURF, summary.VSURF

Examples

Run this code
data(iris)
iris.vsurf <- VSURF(x=iris[,1:4], y=iris[,5], ntree=100, nfor.thres=20,
                    nfor.interp=10, nfor.pred=10)
iris.vsurf

Run the code above in your browser using DataLab