MCCHeuristic {D2MCS} | R Documentation |
Feature-clustering based on Matthews Correlation Coefficient score.
Description
Performs the feature-clustering using MCC score. Valid for both bi-class and multi-class problems
Super class
D2MCS::GenericHeuristic
-> MCCHeuristic
Methods
Public methods
Method new()
Empty function used to initialize the object arguments in runtime.
Usage
MCCHeuristic$new()
Method heuristic()
Calculates the Matthews correlation Coefficient (MCC) score.
Usage
MCCHeuristic$heuristic(col1, col2, column.names = NULL)
Arguments
Returns
A numeric vector of length 1 or NA if an error occurs.
Method clone()
The objects of this class are cloneable with this method.
Usage
MCCHeuristic$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
[Package D2MCS version 1.0.1 Index]