-
Notifications
You must be signed in to change notification settings - Fork 333
[WIP] Fix #639 Top-K Nearest Neighbors to Matrix Profile (normalize=False) #714
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
Merged
seanlaw
merged 48 commits into
stumpy-dev:main
from
NimaSarajpoor:TopK_MatrixProfile_Non_Normalized
Dec 3, 2022
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
f7c65a9
Add support for top-k to naive aamp
NimaSarajpoor 203c8f6
Add test function for TopK. Expect Error.
NimaSarajpoor aa00a20
Add TopK support to aamp. Error Resolved
NimaSarajpoor c6d6992
Add TopK test function for AB_join
NimaSarajpoor 7c53997
(Temporarily) fix scraamp to adapt the changes in _aamp
NimaSarajpoor ad4b5a0
fix calling function _aamp
NimaSarajpoor b6ce4f2
(Temporarily) fixed aamped
NimaSarajpoor 4dc59ab
Avoid unnecessary passing k and minor changes
NimaSarajpoor 3c4fb23
fix docstring in aamped
NimaSarajpoor da771e5
Add support for top-k to naive prescraamp
NimaSarajpoor 6862103
Add test function for prescraamp top-k. Expect Error
NimaSarajpoor 63f4b92
Add top-k support for prescraamp
NimaSarajpoor bb5021b
Add top-k test function for AB_join prescraamp
NimaSarajpoor eca1acc
Add top-k support to scraamp and update test function
NimaSarajpoor 05bf2ab
Add new test functions and minor fixes
NimaSarajpoor ca8c002
Merge main to update branch
NimaSarajpoor 59b2319
update test function to adapt to new changes
NimaSarajpoor 3e4b7b6
update test function to adapt to new changes
NimaSarajpoor 6a2d025
Add Top-K support to gpu_aamp
NimaSarajpoor e5e2d29
fix import
NimaSarajpoor 07f76ff
Merge main to update local branch
NimaSarajpoor 0ac3bda
fix minor bug
NimaSarajpoor fe5e4bc
minor fixes
NimaSarajpoor 8936d7e
Add test function for top-k
NimaSarajpoor a814b44
Empty Commit
NimaSarajpoor 087bc6a
Add top-k support to naive
NimaSarajpoor 3950dfc
fix issues to pass existing unit tests aampi
NimaSarajpoor a6f7d6d
Add top-k test. Expect Error
NimaSarajpoor 8ed4cc0
Add top-k support to performant aampi
NimaSarajpoor 15e7fff
Add top-k test function to aampi with egress
NimaSarajpoor a6f517d
Merge main
NimaSarajpoor 359a2e5
minor changes
NimaSarajpoor fb559e5
Revised signature
NimaSarajpoor 2570bee
replace param with class attribute
NimaSarajpoor 870c362
fixed style
NimaSarajpoor 79e459b
Merge main
NimaSarajpoor 759db68
fixed typo
NimaSarajpoor a31a508
merge main
NimaSarajpoor b3ed48f
Merge branch remote
NimaSarajpoor 0e13fbc
Merge rmote branch
NimaSarajpoor d4dc920
Move device function to core to fix circular import error
NimaSarajpoor e58dffd
Update test functions
NimaSarajpoor 5054c76
fix bug
NimaSarajpoor 7d74c45
replace wrong variable with the correct one
NimaSarajpoor 049198a
fix docstring
NimaSarajpoor 0f6d342
fix docstrings
NimaSarajpoor a068f99
Empty commit
NimaSarajpoor f6cf8bc
Merge remote branch 'TopK_MatrixProfile_Non_Normalized'
NimaSarajpoor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.