View source: R/consensus_kernel.R
ECMC | R Documentation |
Consensus kernel approach described by Cai & Li (2017).
ECMC(x, a, b, eps = 1e-06, maxiter = 10, parallel = 0)
x |
list of kernel matrices |
a |
consensus reward |
b |
disagreement penalty |
eps |
stopping threshold for mean difference in solution |
maxiter |
maximum number of iterations before terminating |
parallel |
number of threads for optimization |
list of kernel matrices, disagreement matrices and solution diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.