Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIRMEC/HECTOR
/ __init__
Method
__init__
extract_features.py:539–540 ·
view source on GitHub ↗
(self, space)
Source
from the content-addressed store, hash-verified
537
538
class
HNSW:
539
def
__init__(self, space):
540
self.space = space
541
542
def
fit(self, X):
543
# See https://nmslib.github.io/nmslib/quickstart.html
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected