compose_projector {multivarious} | R Documentation |
Compose Two Projectors
Description
Combine two projector models into a single projector by sequentially applying the first projector and then the second projector.
Usage
compose_projector(x, y, ...)
Arguments
x |
A fitted model object (e.g., |
y |
A second fitted model object (e.g., |
... |
Additional arguments to be passed to the specific model implementation of |
Value
A new projector
object representing the composed projector, which can be used to project data onto the combined subspace.
[Package multivarious version 0.2.0 Index]