View source: R/evaluation_functions.R
diff_between_similarity_mat | R Documentation |
Calculate the L1 distance between two similarity matrix. Get the diff of two trees, which are represented with the similarity matrices
diff_between_similarity_mat(sim.mat1, sim.mat2)
sim.mat1 |
first similarity matrix |
sim.mat2 |
second similarity matrix |
scalar L1 distance between the two similarity matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.