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

Method _calculate_disagreement

tests/mock.py:112–113  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

110 yield x
111
112 def _calculate_disagreement(self, *args, **kwargs):
113 return self.calculate_disagreement_return
114
115 def predict(self, *args, **kwargs):
116 if not self.fitted:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected