Description Usage Arguments Value Examples
View source: R/kMatrixIntegr.R
Fuse Data
1 |
DATA |
A list of the *m* data to fuse |
coeff |
A vector of length *m* with the weight of each kernel data, or length(m) - 1 if the last coefficient is 1 - sum(coeff). If absent, all data is considered equally important. |
kernels |
A vector of length *m* with the kernels to use in each data |
h |
Kernel hyperparameter (gamma) |
A consensus kernel matrix (via calling KInt)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.