| print.slideimp_tbl | R Documentation |
slideimp_tbl ObjectPrint slideimp_tbl objects (which inherit data.frame) with nicer looking
list-columns (similar to tibble).
## S3 method for class 'slideimp_tbl'
print(x, n = NULL, ...)
x |
A |
n |
Number of rows to show. Defaults to 10. |
... |
Not used. |
Invisible x.
mat <- sim_mat(n = 10, p = 500)
set.seed(1234)
results <- tune_imp(mat$input, parameters = data.frame(k = 5), .f = "knn_imp")
class(results)
print(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.