print.enpls.fs {enpls} | R Documentation |
Print enpls.fs Object
Description
Print enpls.fs object.
Usage
## S3 method for class 'enpls.fs'
print(x, sort = TRUE, nvar = NULL, ...)
Arguments
x |
An object of class |
sort |
Should the variables be sorted in decreasing order of importance? |
nvar |
Number of top variables to show. Ignored if |
... |
Additional parameters for |
Author(s)
Nan Xiao <https://nanx.me>
See Also
See enpls.fs
for measuring feature importance with
ensemble partial least squares regressions.
Examples
data("alkanes")
x <- alkanes$x
y <- alkanes$y
set.seed(42)
fs <- enpls.fs(x, y, reptimes = 100)
print(fs)
print(fs, nvar = 10L)
[Package enpls version 6.1 Index]