MCPcopy Create free account
hub / github.com/modAL-python/modAL / __init__

Method __init__

modAL/cluster.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class HierarchicalClustering:
11 def __init__(self):
12 return NotImplemented
13
14 def __call__(self, *args, **kwargs):
15 return NotImplemented

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected