Open
Description
I'm using this package for calculating representative periods for my research. As I need chronological clustering for one aspect, I was wondering, if you think a connectivity like this one:
connectivity : sparse matrix (optional).
connectivity matrix. Defines for each sample the neighboring samples
following a given structure of the data. The matrix is assumed to
be symmetric and only the upper triangular half is used.
Default is None, i.e, the Ward algorithm is unstructured.
from (https://github.com/scikit-learn/scikit-learn/blob/7389dba/sklearn/cluster/hierarchical.py#L657)
could be integrated without messing too much with the algorithm.