View source: R/buildConstraints.R
buildDecorrConstraints | R Documentation |
Build a cannot link constraint between highly correlated features. The user defines the correlation threshold.
buildDecorrConstraints(data, level = 0.5, method = "spearman")
data |
the dataset in the 'UBaymodel' object |
level |
the threshold correlation-level |
method |
the method used to compute correlation; must be one of 'pearson', 'spearman' or 'kendall' |
a list containing a matrix 'A' and a vector 'b' representing the inequality system 'Ax<=b', a vector 'rho' and a block matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.