Open
Description
Hello,
The documentation seems to suggest that I can pass n-dim arguments to distance_correlation
, however as soon as I pass a 41318, 2, 5
tensor, I get errors. Reading #50 seems to suggest that I need to reshape the input. Reshaping by flattening the inner dimensions fixes the assertion errors, but this leads me to believe that the function does not actually implement n-dim arguments.
Row-wise calculations as suggested imply that I need to unroll the dimensions manually to do the calculations?
In which case, IMHO the documentation isn't really accurate of the methods implemented.
Thanks for the library by the way, much appreciated!
Metadata
Assignees
Labels
No labels