Search code examples
cluster-analysisdata-miningdbscanelki

How to see ELKI DBSCAN clustering result


I am using ELKI for DBSCAN clustering of some ~14,000 GPS points.Its running fine but I want to see information about clusters like how many points are in a cluster.?


Solution

  • If you use the -resulthandler ResultWriter and output to text, the cluster sizes will be at the top of each cluster file.

    The visualizer currently doesn't seem to show cluster sizes.