We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have a distance matrix precalculated for each pair of labels, and I would like to pass that distance instead of eucliden or some other method.
eucliden
It will e helpful if the distanceFn accepts a function that takes two labels as arguments and return the distance.
distanceFn