Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Heatmap: Restore ability to cluster larger datasets #4290

Merged
merged 5 commits into from
Jan 17, 2020

Conversation

ales-erjavec
Copy link
Contributor

Issue

In gh-2000 'Heatmap' widget lost the ability to cluster larger datasets (>1000).

Description of changes

Restore the ability to cluster without opt. ordering to allow clustering on larger datasets.

Includes
  • Code changes
  • Tests
  • Documentation

@ajdapretnar
Copy link
Contributor

This works well for me, but pylint seems to be unhappy. Could we pacify it?

@codecov
Copy link

codecov bot commented Jan 7, 2020

Codecov Report

Merging #4290 into master will increase coverage by 0.05%.
The diff coverage is 94.35%.

@@            Coverage Diff             @@
##           master    #4290      +/-   ##
==========================================
+ Coverage   86.77%   86.82%   +0.05%     
==========================================
  Files         396      396              
  Lines       71550    71792     +242     
==========================================
+ Hits        62089    62336     +247     
+ Misses       9461     9456       -5

Avoud double text layout (for brect calc)
Add back option to select optimal ordering for clustering in order to
accommodate larger datasets.
Orange/widgets/visualize/tests/test_owheatmap.py Outdated Show resolved Hide resolved
@Hrovatin
Copy link
Contributor

Hrovatin commented Jan 10, 2020

Seems to work fine.
However, when a Clustering option is selected it still shows None until the clustering has finished (so a few seconds). Maybe it could show Clustering upon selection (and colour it grey, as it is done now, while it is working). - So that it is immediately evident that the choice was successful. Same goes for None when clustering is removed.

@janezd janezd merged commit 737c444 into biolab:master Jan 17, 2020
@ales-erjavec ales-erjavec deleted the owheatmap-restore-clustering branch March 16, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants