Calculates the distance in euclidean space between two matrices X and Y. d = trace(X'Y)^{0.5}
1 | dist_M_euc(X, Y)
|
X |
a matrix |
Y |
a matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.