-
##### Orange version
3.8
##### Expected bahavior
By default, dendrogram should show Attribute names, and while this is marked in Annotation box, it actually shows attribute ids.
##### Actual behavio…
-
We have cluster learners implemented and listed but as far as I found it no clear documentation on how to use them. Can we add a chapter about clustering to the tutorial?
-
Hi Guangchuan,
I am testing ggtree for tumor evolution. I am still learning phylogenetics. Forgive me if it sounds naive.
I have sequenced say 20 patients using whole exome and identified mutati…
-
Clean up the data clustering/dendrogram notebook and make well-considered decisions about parameters and data selection.
-
I want to color the leaves of the dendrogram by a vector with the same length of the data, e.g. clustering labels from hierarchical clustering via `cutree()`:
```
library(MASS)
library(dendextend…
-
1. In Upload page, if we upload 2 file with long names, the overlap:
![screen shot 2016-07-29 at 4 05 47 pm](https://cloud.githubusercontent.com/assets/19435564/17250832/69fe9398-55a6-11e6-8380-e2a…
-
Hi,
how can you plot a dendrogram using scipy and forward the plot to matplotlib? can someone tell me why my created dendrogram is not a tree structure? is the problem in scipy dendrogram or somewher…
-
Upon choosing a dataset to load, a dashboard of informative visuals about the data should be displayed instead of the manifest table. This dashboard should include:
1. Layouts of the different data t…
-
When investigating #6785 I noticed interesting differences between results of `scipy.cluster.hierarchy.linkage` and [fastcluster](http://danifold.net/fastcluster.html).
Here is the script:
```Py…
-
Is there documentation for the json input files? I see row_nodes, col_nodes, links, and reverse engineering the formal structure might not be so hard. But a formal statement of the expected file str…