Return tree from SciPy linkage matrix.
linkage_matrix : ndarray
A SciPy linkage matrix as returned by scipy.cluster.hierarchy.linkage
id_list : list
The indices of the id_list will be used in the linkage_matrix
TreeNode
An unrooted bifurcated tree
See also
scipy.cluster.hierarchy.linkage