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

Method get_sequence_ordering

monai/utils/ordering.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 return x
93
94 def get_sequence_ordering(self) -> np.ndarray:
95 return self._sequence_ordering
96
97 def get_revert_sequence_ordering(self) -> np.ndarray:
98 return self._revert_sequence_ordering

Callers 4

test_orderingMethod · 0.95
test_revertMethod · 0.95
__call__Method · 0.80
get_likelihoodMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_orderingMethod · 0.76
test_revertMethod · 0.76