scalarizeWeights | R Documentation |
Given a list of weight matrizes weight.mats
and a vector
of numeric weights, the function returns a single weight matrix. Each component
of the resulting matrix is the weighted sum of the corresponding components of
the weight matrizes passed.
scalarizeWeights(weight.mats, lambdas)
weight.mats |
[ |
lambdas |
[ |
[matrix
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.