-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Fixed #639 Top-K Nearest Neighbors to Matrix Profile (normalize…
…=False) (#714) * Add support for top-k to naive aamp * Add test function for TopK. Expect Error. * Add TopK support to aamp. Error Resolved * Add TopK test function for AB_join * (Temporarily) fix scraamp to adapt the changes in _aamp * fix calling function _aamp * (Temporarily) fixed aamped * Avoid unnecessary passing k and minor changes * fix docstring in aamped * Add support for top-k to naive prescraamp * Add test function for prescraamp top-k. Expect Error * Add top-k support for prescraamp * Add top-k test function for AB_join prescraamp * Add top-k support to scraamp and update test function * Add new test functions and minor fixes * update test function to adapt to new changes * update test function to adapt to new changes * Add Top-K support to gpu_aamp * fix import * fix minor bug * minor fixes * Add test function for top-k * Empty Commit * Add top-k support to naive * fix issues to pass existing unit tests aampi * Add top-k test. Expect Error * Add top-k support to performant aampi * Add top-k test function to aampi with egress * minor changes * Revised signature * replace param with class attribute * fixed style * fixed typo * Move device function to core to fix circular import error * Update test functions * fix bug * replace wrong variable with the correct one * fix docstring * fix docstrings * Empty commit
- Loading branch information
1 parent
9cd0984
commit 8da71ec
Showing
18 changed files
with
1,602 additions
and
696 deletions.
There are no files selected for viewing
This file contains 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 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.