View source: R/composed_projector.R
coef.composed_projector | R Documentation |
Calculates the effective coefficient matrix that maps from the original input space (of the first projector) to the final output space (of the last projector). This is done by multiplying the coefficient matrices of all projectors in the sequence.
## S3 method for class 'composed_projector'
coef(object, ...)
object |
A |
... |
Currently unused. |
A matrix representing the combined coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.