MCPcopy
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
39class UnsupNeighborSampler(DataLoader):

Callers 15

split_dataset_generalFunction · 0.45
split_datasetFunction · 0.45
get_distanceMethod · 0.45
divide_dataFunction · 0.45
shuffleMethod · 0.45
shuffleMethod · 0.45
shuffleMethod · 0.45
trainMethod · 0.45
get_orderFunction · 0.45
forwardMethod · 0.45
simulate_walksMethod · 0.45
_simulate_walksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected