PIA-Group / BioSPPy

Biosignal Processing in Python
Other
573 stars 274 forks source link

ValueError exception when linkage method is 'centroid' #9

Closed capcarr closed 7 years ago

capcarr commented 8 years ago

The method clustering.hierarchical raises a ValueError exception when the linkage parameter is set to 'centroid'. It seems that the underlying linkage method from scipy needs the raw data with this setting.

capcarr commented 8 years ago

This also happens with 'median' and 'ward'