Do not automatically save file after clustering

Issue #510 resolved
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Allow the user to test many clustering options without creating new files.

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

Open any file & cluster.

CURRENT BEHAVIOR

At every clustering, a new set of CDT, ATR and GTR files are created. Over time, their number becomes unmanageable and it's very difficult to distinguish them from one another.

EXPECTED BEHAVIOR

The clustered matrix should be stored in memory until the user explicitly saves the file.

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

trivial/minor/medium/major/overhaul (choose one)

COMMENTS

Comments (3)

  1. Log in to comment