Define default configuration parameters for the clustering strategies.
new()
Empty function used to initialize the object arguments in runtime.
StrategyConfiguration$new()
minNumClusters()
Function used to return the minimum number of clusters distributions used. By default the minimum is set in 2.
StrategyConfiguration$minNumClusters(...)
...
Further arguments passed down to minNumClusters
function.
A numeric vector of length 1.
maxNumClusters()
The function is responsible of returning the maximum number of cluster distributions used. By default the maximum number is set in 50.
StrategyConfiguration$maxNumClusters(...)
...
Further arguments passed down to maxNumClusters
function.
A numeric vector of length 1.
clone()
The objects of this class are cloneable with this method.
StrategyConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
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.
DependencyBasedStrategyConfiguration