diff_between_similarity_mat: Calculate the L1 distance between two similarity matrix. Get...

View source: R/evaluation_functions.R

diff_between_similarity_matR Documentation

Calculate the L1 distance between two similarity matrix. Get the diff of two trees, which are represented with the similarity matrices

Description

Calculate the L1 distance between two similarity matrix. Get the diff of two trees, which are represented with the similarity matrices

Usage

diff_between_similarity_mat(sim.mat1, sim.mat2)

Arguments

sim.mat1

first similarity matrix

sim.mat2

second similarity matrix

Value

scalar L1 distance between the two similarity matrix


pengminshi/MRtree documentation built on March 6, 2023, 4:20 p.m.