Partial Project Through a Composed Partial Projector
partial_project.composed_partial_projector.RdApplies 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, only the
first entry is used; non-NULL entries after the first currently warn and
are ignored.
Usage
# S3 method for class 'composed_partial_projector'
partial_project(x, new_data, colind = NULL, ...)Arguments
- x
A
composed_partial_projectorobject.- new_data
The input data matrix or vector.
- colind
A numeric vector or a list of numeric vectors/NULLs. A single vector applies to the first projector only. If a list is supplied, only
colind[[1]]is used; non-NULLentries after the first warn and are ignored. Later stages receive the full output from the preceding stage.- ...
Additional arguments passed to
partial_project()orproject()methods.