Description Usage Arguments Value Author(s) References See Also Examples
Generate a locally scaled density based clustering as proposed by Bicici and Yuret (2007).
1 |
data |
Dataset consists of two variables (x,y) indicating coordinates of each data (point) |
k |
Number of neighbor to be considered |
alpha |
Parameter for determining local maximum |
jarak |
Type of distance to be used, the options are c("euclidean", "manhattan", "canberra", "geodesic") |
This function returns a list with the following objects:
data |
a dataframe of the dataset used. |
cluster |
an integer vector coding cluster membership, 0 indicates a noise and cluster start at 1. |
parameter |
consist of parameter k and alpha. |
Fella Ulandari and Robert Kurniawan
Bicici, E., & Yuret, D. (2007). Locally Scaled Density Based Clustering. International Conference on Adaptive and Natural Computing Algorithms (pp. 739-748). Berlin: Springer.
https://doi.org/10.1007/978-3-540-71618-1_82
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.