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

Method __call__

modAL/cluster.py:14–15  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

12 return NotImplemented
13
14 def __call__(self, *args, **kwargs):
15 return NotImplemented
16
17 def compute_errors(self):
18 return NotImplemented

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected