Skip to contents

Calculate the correlation between the distance matrices in high and low dimensioal space.

Usage

# S4 method for dimRedResult
cophenetic_correlation(object, d = stats::dist, cor_method = "pearson")

Arguments

object

of class dimRedResult

d

the distance function to use.

cor_method

The correlation method.