GenericHeuristic {D2MCS} | R Documentation |
Abstract Feature Clustering heuristic object.
Description
Abstract class used as a template to define new customized clustering heuristics.
Details
The GenericHeuristic is an archetype class so it cannot be instantiated.
Methods
Public methods
Method new()
Empty function used to initialize the object arguments in runtime.
Usage
GenericHeuristic$new()
Method heuristic()
Function used to implement the clustering heuristic.
Usage
GenericHeuristic$heuristic(col1, col2, column.names = NULL, ...)
Arguments
Returns
A numeric vector of length 1.
Method clone()
The objects of this class are cloneable with this method.
Usage
GenericHeuristic$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
[Package D2MCS version 1.0.1 Index]