Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ __len__
Method
__len__
modAL/models/base.py:232–233 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
230
yield
learner
231
232
def
__len__(self) -> int:
233
return
len(self.learner_list)
234
235
def
_add_training_data(self, X: modALinput, y: modALinput) -> None:
236
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected