Improved file saving system for clustering

Issue #352 new
Christopher Keil repo owner created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Save matrix file and tree files after clustering.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Cluster a file
  2. Open directory where files have been saved.

CURRENT BEHAVIOR

Newly clustered files are enumerated if clustered files for the same linkage type exist. E.g. small_133x133_average.cdt --> small_133x133_average_1.cdt

EXPECTED BEHAVIOR

Clustering the same data under the same conditions will produce the same result for hierarchical clustering (k-means involves random components though). A clustered file should be saved including their link and distance names instead: small_133x133_avg_eucl.cdt

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

e.g. Add a color selection class

FILES AFFECTED (where the changes will be implemented) - developers only

e.g. selectColor.java & settingsPanel.java

LEVEL OF EFFORT - developers only

minor

COMMENTS

This issue should be implemented consistent with ussyes #367 and #98.

Comments (5)

  1. Log in to comment