MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / randomize

Method randomize

tests/data/test_image_dataset.py:41–42  ·  view source on GitHub ↗
(self, data=None)

Source from the content-addressed store, hash-verified

39 """
40
41 def randomize(self, data=None):
42 self._a = self.R.random()
43
44 def __call__(self, data):
45 self.randomize()

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected