feature_cluster: Cluster features.

Description Usage Arguments Value

View source: R/feature_cluster.R

Description

Determines the number of clusters and the mean distances from all cities in a cluster to its centroid.

Usage

1
feature_cluster(x, epsilon)

Arguments

x

[tsp_instance]
TSP instance.

epsilon

[numeric(1)]
Probability in [0,1]. Used to compute the reachability distance for the underlying dbscan clustering algorithm.

Value

[list].


tspmeta documentation built on May 2, 2019, 2:43 a.m.