Learn R Programming

D2MCS (version 1.0.1)

StrategyConfiguration: Default Strategy Configuration handler.

Description

Define default configuration parameters for the clustering strategies.

Arguments

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.

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.

See Also

DependencyBasedStrategyConfiguration