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

AEP 01 - Similarity Search Module #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

MatthewMiddlehurst
Copy link
Member

@MatthewMiddlehurst MatthewMiddlehurst commented Sep 5, 2023

introduces a similarity search module. See

aeon-toolkit/aeon#724

and the AEP document. Similarity search is a primitive of many operations, so the design is a bit unclear. We would like to get this first version in then consider the use cases. It may be we dont need a base class and can represent it as a bunch of functions like distances would be good to consider the use cases here (list more below)

  1. As a task in its own right: the basic query operation seems valid. The general research issue as I understand it is how to approximate Euclidean distance for subseries matching much faster than niavely iterating. Includes lower bounding
  2. Matrix profile is essentially a nearest neighbour search
  3. Shapelet and covolutions both need subseries matching

@MatthewMiddlehurst MatthewMiddlehurst marked this pull request as ready for review October 26, 2023 18:44
@MatthewMiddlehurst
Copy link
Member Author

First PR in aeon proper is at aeon-toolkit/aeon#724.

I think we should keep this open until it has been finalised a bit more (i.e. no longer experimental) and add onto it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants