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 comment out the line, it works fine.
My question is, can I comment out the line without distorting the clustering result ?