Add data menu with operations: "Make Symmetric" & "Set missing values to 0"

Issue #514 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Allow the user to apply the symmetric & missing value->0 operations after import.

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

  1. Select Data-> Make Symmetric
  2. Select Data-> Set missing values to 0

CURRENT BEHAVIOR

These operations do not exist.

EXPECTED BEHAVIOR

There should be a "Data" menu between View and Cluster menus with 2 options:

  1. Make Symmetric (which does the same thing as the import dialog checkbox of the same name.
  2. Set missing values to 0 (a new operation - see issue #513)

There will be no opportunity to undo either operation. If the data is already symmetric or has no missing values, these options should be grayed out. If issue #511 is closed when this issue is worked on, the changes to the data should be detected and require the user to save the file to keep the changes. If issue #511 is not closed, the changes should be saved in a new file in a method similar to the saving of a new file after clustering. It is left to the programmer to decide how to name the file.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

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

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (0)

  1. Log in to comment