simK | R Documentation |
'simK()' computes the similarity between kernel matrices.
simK(Klist)
Klist |
A list of M kernel matrices with identical NxN dimension. |
It is a wrapper of 'Frobenius()'.
Kernel matrix (dimension: MxM).
K1 <- Linear(matrix(rnorm(7500),ncol=150,nrow=50))
K2 <- Linear(matrix(rnorm(7500),ncol=150,nrow=50))
K3 <- Linear(matrix(rnorm(7500),ncol=150,nrow=50))
simK(list(K1,K2,K3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.