mkkm_mr | R Documentation |
Multiple kernel k-means with matrix induced regularization (Liu et al. 2016)
mkkm_mr(
K_list,
k,
lambda,
tolerance = 1e-06,
parallel = 0,
use_mosek = FALSE,
mosek_verbosity = 0L,
mkkm_mr_maxiter = 10,
no_stop = FALSE
)
K_list |
|
k |
number of clusters |
lambda |
|
tolerance |
|
parallel |
number of parallel threads used by the quadratic solver |
use_mosek |
If |
mosek_verbosity |
MOSEK logging parameter. |
mkkm_mr_maxiter |
maximum number of iterations, usually the algorithm converges soon after 2 iterations |
no_stop |
If |
a kernel matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.