-
Notifications
You must be signed in to change notification settings - Fork 333
Ensure 2D Array Matrix Profile Outputs #640
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
Comments
@NimaSarajpoor If you comment on this then I can assign it to you |
Sure. I am going to work on this after we develop |
@NimaSarajpoor A part of me is starting to doubt this choice of forcing everything to be 2D. I'm just trying to think through the majority of use cases and that we should target that as being the most "common" scenario. I'm guessing that 99% of the time users will only care about And then in the (less than) 1% case, some users will choose |
I think 2D output for left/right might be a little bit too much. But what about Your vision is definitely better than mine :) so, please ignore what I said if it does not make sense to you 😄 |
So, behind the scenes (i.e., with private functions), I think it is fine to just keep everything as 2D. However, when we are able to return Certainly, for |
Yeah...that would be a good idea... Most users care about public API and it would be better(?) to see 1D for
Correct... that is the tricky part :) |
Let's continue thinking about it. This is a good exercise in planning out the design and how our decisions may ultimately affect others. My goal is to minimize the pain/problems for the majority of people. |
@NimaSarajpoor Is this technically completed? Can it be closed? |
@seanlaw |
Awesome! Thanks for the confirmation |
As we move toward supporting top-k matrix profiles, we need to ensure consistency of our outputs and they need to be 2D instead of 1D.
This is related to #592 and #639
The text was updated successfully, but these errors were encountered: