fastcluster icon indicating copy to clipboard operation
fastcluster copied to clipboard

Expose the R hclust() members functionality in the Python interface

Open dennisverspuij opened this issue 8 years ago • 1 comments

Hello Daniel,

Hereby my first draft to expose the members functionality in the Python interface. I have a few issues:

  • I am not sure how to match the dtype of the members numpy.array array with the t_index C++ type, NPY_LONG works on my 64 bit system
  • linkage_vector() yields different results than linkage() when using identical method and metric, and a members array with some values different than 1. It seems an implementation difference rather than a bug in my code, but I may be completely wrong

dennisverspuij avatar Sep 21 '17 09:09 dennisverspuij

Hello Daniel, any chance on reviewing this?

dennisverspuij avatar Nov 14 '18 09:11 dennisverspuij