Performs the feature-clustering using Kendall correlation tests.
D2MCS::GenericHeuristic -> KendallHeuristic
new()Empty function used to initialize the object arguments in runtime.
KendallHeuristic$new()
heuristic()Test for association between paired samples using Kendall's tau value.
KendallHeuristic$heuristic(col1, col2, column.names = NULL)col1A numeric vector or matrix required to perform the clustering operation.
col2A numeric vector or matrix to perform the clustering operation.
column.namesAn optional character vector with the names of both columns.
clone()The objects of this class are cloneable with this method.
KendallHeuristic$clone(deep = FALSE)deepWhether to make a deep clone.
The method estimate the association between paired samples and compute a test of the value being zero. They use different measures of association, all in the range [-1, 1] with 0 indicating no association. Method valid only for bi-class problems.
Dataset, cor.test