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

Mpdist Calculation #112

Open
marwaajouz opened this issue Dec 20, 2023 · 0 comments
Open

Mpdist Calculation #112

marwaajouz opened this issue Dec 20, 2023 · 0 comments

Comments

@marwaajouz
Copy link

I am using Snippets to get representative periods for time-series data, and hence I am using mpdist distance measure. I need to take into account euclidean distance rather tan normalized euclidean distance because when getting representative periods, I need to differentiate between subsequences that have high values and those that have low values. I tried to go through the source code of mpdist, and itseams that the normalized distance is used at the following: mp, mpi, mpb, mpib = cympx_ab_parallel(ts, ts_b, w, 0, n_jobs). I tried to find the source code of cympx_ab_parallel but cannot find it. How could I used the normal euclidean distance rather than the normalized euclidean distance?

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

1 participant