View source: R/composed_projector.R
partial_project.composed_partial_projector | R Documentation |
Applies partial_project()
through each projector in the composition.
If colind
is a single vector, it applies to the first projector only. Subsequent projectors apply full columns.
If colind
is a list, each element specifies the colind
for the corresponding projector in the chain.
## S3 method for class 'composed_partial_projector'
partial_project(x, new_data, colind = NULL, ...)
x |
A |
new_data |
The input data matrix or vector. |
colind |
A numeric vector or a list of numeric vectors/NULLs.
If a single vector, applies to the first projector only.
If a list, its length should ideally match the number of projectors.
|
... |
Additional arguments passed to |
The partially projected data after all projectors are applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.