unidip
unidip copied to clipboard
Python port of the Unidip clustering algorithm from: http://www.kdd.org/kdd2016/subtopic/view/skinny-dip-clustering-in-a-sea-of-noise
Running it with this list returns an empty array, is this expected? Shouldn't it return at least one result? ``` [-1.7321488631490713, -1.7321488631490713, -1.4811330900800335, -1.4811330900800335, -1.3022212430204045, -1.2717876122825453, -1.211729705204752, -1.211729705204752, -1.211729705204752, -1.0643373712891142,...
Hi @BenjaminDoran , I find `unidip` very helpful in identifying unimodal distributions. Thanks for the development of this package! Regarding the warning I get, this happens when I run `dip.diptst`...
Per your website instructions, I used 'from unidip import UniDip' and I got an error on the import statement saying there is no module named unidip. I used pip to...
When I run the code on a bigger amount of data, it either gives an error or the results are not so adequate. Any idea what I can do to...
I'm looping through alpha values to test the amount of peaks each finds, and I get the same output every time. I get different values if I run each alpha...
Hi, I am using your python UniDip port in an upcoming work. How can I make sure you have proper credit?