Minor changes to the Clustering interface

Issue #333 resolved
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Simplify the Clustering interface

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

Load a file and select Cluster > Hierarchical

CURRENT BEHAVIOR

The interface is a bit crowded.

EXPECTED BEHAVIOR

The interface should look as follows:

Cluster Type        [Dropdown menu]
Similarity Metric:
    Rows:       [Dropdown menu]
    Columns:            [Dropdown menu]
Linkage Method: [Dropdown menu]

[chk] Ignore zeros (no question mark)

All Dropdown menus should be aligned.

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 (5)

  1. Christopher Keil repo owner

    Simplified cluster interface

    The changes suggested in #333 were implemented. Some unnecessary labels have been removed, font sizes adjusted, text was corrected.

    Resolves: #333

    See also: -

    → <<cset 9a89cdc5f42b>>

  2. Christopher Keil repo owner

    Simplified cluster interface

    The changes suggested in #333 were implemented. Some unnecessary labels have been removed, font sizes adjusted, text was corrected.

    Resolves: #333

    See also: -

    → <<cset 9a89cdc5f42b>>

  3. Log in to comment