StrategyConfiguration {D2MCS} | R Documentation |
Default Strategy Configuration handler.
Description
Define default configuration parameters for the clustering strategies.
Details
The StrategyConfiguration
can be used to define the
default configuration parameters for a feature clustering strategy or as an
archetype to define new customized parameters.
Methods
Public methods
Method new()
Empty function used to initialize the object arguments in runtime.
Usage
StrategyConfiguration$new()
Method minNumClusters()
Function used to return the minimum number of clusters distributions used. By default the minimum is set in 2.
Usage
StrategyConfiguration$minNumClusters(...)
Arguments
...
Further arguments passed down to
minNumClusters
function.
Returns
A numeric vector of length 1.
Method maxNumClusters()
The function is responsible of returning the maximum number of cluster distributions used. By default the maximum number is set in 50.
Usage
StrategyConfiguration$maxNumClusters(...)
Arguments
...
Further arguments passed down to
maxNumClusters
function.
Returns
A numeric vector of length 1.
Method clone()
The objects of this class are cloneable with this method.
Usage
StrategyConfiguration$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
DependencyBasedStrategyConfiguration