powered by
Print enpls.fs object.
# S3 method for enpls.fs print(x, sort = TRUE, nvar = NULL, ...)
An object of class enpls.fs.
enpls.fs
Should the variables be sorted in decreasing order of importance?
Number of top variables to show. Ignored if sort = FALSE.
sort = FALSE
Additional parameters for print.
print
See enpls.fs for measuring feature importance with ensemble partial least squares regressions.
# NOT RUN { data("alkanes") x <- alkanes$x y <- alkanes$y set.seed(42) fs <- enpls.fs(x, y, reptimes = 100) print(fs) print(fs, nvar = 10L) # }
Run the code above in your browser using DataLab