A single progress bar for clustering

Issue #78 closed
Anastasia Baryshnikova created an issue

When clustering works, 4 progress bars appear consecutively on the screen (row distance calculation, row clustering, column distance calculation, column clustering), and neither of them actually answers the question: how long is this whole thing going to take? So I suggest we have a single progress bar (0-100%) for the entire process, and we say in words "Step 1 of 4: row clustering" while that particular step is running.

Comments (5)

  1. Christopher Keil repo owner

    Progress bar has been updated to show overall progress in clustering as opposed to resetting for the different operations.

  2. Log in to comment