javauser-interfaceelki

How to store data from ELKI gui?


I am struggling to Output the resulting clusters to a .txt or .csv File. Is there a way to write a .csv file like: lon;lat;ClusterId From ELKI GUI?


Solution

  • Use the resulthandler parameter.

    There is a result writer that produces CSV files.