I try to use ELKI (Environment for Developing KDD-Applications Supported by Index-Structures) for hierarchical clustering. So some days ago, I imported the ELKI source code (Maven projects) and then I run the miniGUI.
My questions are:
I want to use ResultVisulizer for result. However, I found that there is no ResultVisulizer item in the resulthandler. What should I do to make this ResultVisulizer item to be listed here?
I want to see the dendrogram of hierarchical clustering. Which parameters need to be set in this miniGUI for this purpose?