kdist_info: k-dist graph calculations

Description Usage Arguments Value References

View source: R/clustering.R

Description

Estimates an appropriate value for the DBSCAN parameter ε based on the k-dist graph, as suggested in \insertCiteEster:DBSCAN1996evoxploit.

Usage

1
kdist_info(dist_obj, k = round(log(attr(dist_obj, "Size"))))

Arguments

dist_obj

A distance matrix of type dist.

k

Used for k-dist graph. If not set, it defaults to log(n), where n is the number of objects, as suggested in \insertCiteKailing:RIS2003evoxploit.

Value

A list containing the following elements:

References

\insertAllCited
unmnn/evoxploit documentation built on Oct. 28, 2020, 12:24 p.m.