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)
col1
A numeric vector or matrix required to perform the clustering operation.
col2
A numeric vector or matrix to perform the clustering operation.
column.names
An optional character vector with the names of both columns.
clone()
The objects of this class are cloneable with this method.
KendallHeuristic$clone(deep = FALSE)
deep
Whether 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