Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ordering
Method · 0.95
test_revert
Method · 0.95
__call__
Method · 0.80
get_likelihood
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_ordering
Method · 0.76
test_revert
Method · 0.76