We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have test the algorithm on my dataset , the distance height is between 0,1. for example it assign 0, 0, 0 , 0 then the rest are 1.
the distance is a matrix from euclidean distance method .
then if would like cut the tree when distances = 0.5 ?? how can i do that , distances is [][] symatrics matrix.