Description Usage Arguments Value References
Port of Tomioka and Suzuki's SpicyMKL to R, expanded for multiclass and probability outputs.
1 |
K |
N x N x M array. the (i,j,m)-element contains the (i,j)-element of the m-th kernel gram matrix. |
yapp |
vector of length N with sample labels. It should be a factor for binary/multiclass classification |
C |
regularization parameter . Large values of C induce strong regularization. For L1 regularization C is a scalar; for elasticnet, C is a vector of length 2: C(1)|x| + C(2)x^2/2 |
opt |
list of options which control spicer behavior:
|
A SPICER model with the following components:
N x 1 coefficient vector.
1 x M kernel weight vector, scaled to sum to 1
bias term
indices of kernels that are active (m : kern_weight[m] is not zero).
vector of non-zero kernel weights sorted by magnitude, scaled to sum to 1.
list of SPICER options used in run.
contains history of primal objective, dual objective, number of active kernels, and duality gap.
If incl_subw is TRUE, the NxM matrix of alpha coefficients.
V. Uzunangelov, C. K. Wong, and J. Stuart. Highly Accurate Cancer Phenotype Prediction with AKLIMATE, a Stacked Kernel Learner Integrating Multimodal Genomic Data and Pathway Knowledge. bioRxiv, July 2020.
Suzuki,Tomioka.SpicyMKL: a fast algorithm for Multiple Kernel Learning with thousands of kernels. Mach Learn (2011) 85:77–108
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.