Hello,
I'd like to calculate a Tanimoto distance matrix using continuous variables (normalized to values between 0 and 1).
I tried using the Distance Matrix Calculate Node which requires a vector as input though. Is there any node that can merge my rows and turn them into vectors containing Double values? (The only node I know is the Create Bit Vector Node but that one returns dichotomous values and not the original ones.)
Or is there another useful approach?
Help is much appreciated!
Michael