Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pairwise_distance(2d-array, 3d-array) #80

Open
isaksamsten opened this issue Feb 26, 2023 · 2 comments
Open

Support pairwise_distance(2d-array, 3d-array) #80

isaksamsten opened this issue Feb 26, 2023 · 2 comments

Comments

@isaksamsten
Copy link
Member

Given a single multivariate sample (n_dims, n_timestep) and a dataset of (n_samples, n_dims, n_timestep), pairwise_distance should return an array of shape (n_samples) (if dim="mean" or int) or (n_dims, n_samples) if dim="full".

@Sandy4321
Copy link

cool, do you know python packages can do it?

@isaksamsten
Copy link
Member Author

This is more or less implemented in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants