feature_cluster: Cluster features.
Description
Determines the number of clusters and the mean distances
from all cities in a cluster to its centroid.
Usage
feature_cluster(x, epsilon)
Arguments
epsilon
[numeric(1)
]
Probability in [0,1]. Used to compute the reachability distance
for the underlying dbscan
clustering algorithm.