vars_for_component | R Documentation |
Determines which columns from the original input space contribute (have non-zero influence) to a specific output component of the projector.
vars_for_component(x, k, ...)
## S3 method for class 'composed_projector'
vars_for_component(x, k, tol = 1e-08, ...)
x |
A projector object (e.g., |
k |
The index of the output component to query. |
... |
Additional arguments passed to specific methods. |
A sorted numeric vector of unique indices corresponding to the original input variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.