I am trying to use Python fastcluster module for hierarchical clustering:
linkage = fastcluster.linkage(distance,method="complete")
It works fine when I know beforehand the number of clusters. But I can not find the syntax for cutting point in the gained hierarchy. I appreciate any help in this direction.