sissa-data-science / DADApy

Distance-based Analysis of DAta-manifolds in python
https://dadapy.readthedocs.io/
Apache License 2.0
99 stars 16 forks source link

Do we have decision graph here? #95

Closed cod3r0k closed 5 months ago

cod3r0k commented 1 year ago

I want to work with gaussian.mat dataset and create a decision graph of Density Peak Clustering. What should I do now?

AldoGl commented 1 year ago

Hi @cod3r0k, I don't know what is the gaussian.mat dataset, could you be more specific? Also, by "decision graph" do you refer to a dendrogram visualisation? If so, then you should use the get_dendrogram function as illustrated in this tutorial https://dadapy.readthedocs.io/en/latest/jupyter_example_1.html

cod3r0k commented 1 year ago

Hi @cod3r0k, I don't know what is the gaussian.mat dataset, could you be more specific? Also, by "decision graph" do you refer to a dendrogram visualisation? If so, then you should use the get_dendrogram function as illustrated in this tutorial https://dadapy.readthedocs.io/en/latest/jupyter_example_1.html

Hi @AldoGl , it is located at https://github.com/jasonyanglu/SMCL/tree/master/dataset .

No, the decision graph is related to a specific graph which shows its local density vs its upper distance.

I found sth (https://github.com/sissa-data-science/DADApy/blob/048be82b61a6d5d4ee129f55898f42a5cc943147/dadapy/plot.py#L181) but I don't know how to use it.

alexdepremia commented 1 year ago

On the link that @AldoGl gave you (https://dadapy.readthedocs.io/en/latest/jupyter_example_1.html), there is an example of the use of the Decision Graph plotting function. Just take a look to the Classical Density Peaks clustering section.