Build a cannot link constraint between highly correlated features. The user defines the correlation threshold.
buildDecorrConstraints(data, level = 0.5, method = "spearman")a list containing a matrix `A` and a vector `b` representing the inequality system `Ax<=b`, a vector `rho` and a block matrix
the dataset in the `UBaymodel` object
the threshold correlation-level
the method used to compute correlation; must be one of `pearson`, `spearman` or `kendall`