Commit 8e060f7 1 parent 1cb439b commit 8e060f7 Copy full SHA for 8e060f7
File tree 1 file changed +5
-18
lines changed
1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,17 @@ The :mod:`aeon.similarity_search` module contains algorithms and tools for simil
7
7
search tasks.
8
8
9
9
10
- Similarity search with a known query
11
- ------------------------------------
10
+ Similarity search estimators
11
+ ----------------------------
12
12
13
- .. currentmodule :: aeon.similarity_search.query_search
13
+ .. currentmodule :: aeon.similarity_search
14
14
15
15
.. autosummary ::
16
16
:toctree: auto_generated/
17
17
:template: class.rst
18
18
19
- BaseQuerySearch
20
- DummyQuerySearch
21
- TopKQuerySearch
19
+ QuerySearch
20
+ BaseSimiliaritySearch
22
21
23
22
24
23
Distance profile functions
@@ -36,15 +35,3 @@ Distance profile functions
36
35
normalized_euclidean_distance_profile
37
36
squared_distance_profile
38
37
normalized_squared_distance_profile
39
-
40
-
41
- Base
42
- ----
43
-
44
- .. currentmodule :: aeon.similarity_search
45
-
46
- .. autosummary ::
47
- :toctree: auto_generated/
48
- :template: class.rst
49
-
50
- BaseSimiliaritySearch
You can’t perform that action at this time.
0 commit comments