pydpc
pydpc copied to clipboard
Clustering by fast search and find of density peaks
Probably fixes #8 by replacing int based indexing (2**32 -1 points) via long. Also used bool wherever possible to make code more readable (also pep8 and reformatted c code a...
Hi Dev Team, thanks for the package, its one of my favs since y'all implimenation is straightforward and even include some improvements from the paper. My issue is that recently...
With some parameters, the method assign() results in a Segmentation fault 11 error. The error occurs in this line: self.halo_idx, self.core_idx = _core.get_halo( self.density, self.membership, self.border_density, self.border_member.astype(_np.intc), border_only=border_only) After one...
Thanks for your contribution, but I can't find any documentation or tutorial to use this package. Is there any approach to get one?
My new version allows for a user to specify a function to use to determine the distances as well as combine the alpha and beta parameters by multiplying the density...