Skip to contents

Setup HardCLConfig

Usage

setup_HardCL(k = 3L, dist = "euclidean")

Arguments

k

Integer [1, Inf): Number of clusters.

dist

Character {"euclidean", "manhattan"}: Distance measure to use.

Value

HardCLConfig object.

Author

EDG

Examples

hardcl_config <- setup_HardCL(k = 4L, dist = "euclidean")
hardcl_config
#> <HardCL ClusteringConfig>
#>    k: <int> 4
#> dist: <chr> euclidean