scalarizeWeights {mcMST} | R Documentation |
Scalarize weight matrizes.
Description
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.
Usage
scalarizeWeights(weight.mats, lambdas)
Arguments
weight.mats |
[ |
lambdas |
[ |
Value
[matrix
]
[Package mcMST version 1.1.1 Index]