scipy のdendrogram
ドキュメントには次のように書かれています。
dendrogram(Z, ...)
The dendrogram illustrates how each cluster is
composed by drawing a U-shaped link between a non-singleton
cluster and its children. ...It is expected that the distances in Z[:,2] be
monotonic, otherwise crossings appear in the dendrogram.
「Z[:,2] の距離は単調であることが予想されます。それ以外の場合、交差がデンドログラムに表示されます」という文については不明です。図中のどの交差点が参照されていますか? 誰かが特定の距離行列でこれが発生する例を理由の説明とともに示してもらえますか?
これは交差点の例ですか?これは、距離行列のいくつかの対称性によって発生するように思えます...