View source: R/FunctionsTree.R
Meila | R Documentation |
Computing the M matrix
Meila(W)
W |
Squared weight matrix |
M matrix as defined in Meila et al. 2006
W = matrix(c(1,1,3,1,1,1,3,1,1),3,3,byrow=TRUE)
Meila(W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.