Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ shuffle
Method
shuffle
cogdl/data/sampler.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
data[0]
34
35
def
shuffle(self):
36
self.dataset.shuffle()
37
38
39
class
UnsupNeighborSampler(DataLoader):
Callers
15
split_dataset_general
Function · 0.45
split_dataset
Function · 0.45
get_distance
Method · 0.45
divide_data
Function · 0.45
shuffle
Method · 0.45
shuffle
Method · 0.45
shuffle
Method · 0.45
train
Method · 0.45
get_order
Function · 0.45
forward
Method · 0.45
simulate_walks
Method · 0.45
_simulate_walks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected