View source: R/composed_projector.R
inverse_projection.composed_projector | R Documentation |
Calculates the pseudo-inverse of the composed projector, mapping from the
final output space back towards the original input space. This is computed
by multiplying the pseudo-inverses of the individual projector stages in
reverse order: V_k+ %*% ... %*% V_2+ %*% V_1+
.
## S3 method for class 'composed_projector'
inverse_projection(x, ...)
x |
A |
... |
Additional arguments passed to the underlying |
Requires that each stage implements the inverse_projection
method.
A matrix representing the combined pseudo-inverse.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.