Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Closed11/Unsupervised-Image-Classification
/ __iter__
Method
__iter__
UIC/sampler.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
return
res[:self.N].astype(
'int'
)
30
31
def
__iter__(self):
32
return
iter(self.indexes)
33
34
def
__len__(self):
35
return
self.N
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected