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

Method __init__

monai/auto3dseg/analyzer.py:1000–1005  ·  view source on GitHub ↗
(self, stats_name: str = DataStatsKeys.IMAGE_HISTOGRAM, average: bool | None = True)

Source from the content-addressed store, hash-verified

998 """
999
1000 def __init__(self, stats_name: str = DataStatsKeys.IMAGE_HISTOGRAM, average: bool | None = True):
1001 self.summary_average = average
1002 report_format = {ImageStatsKeys.HISTOGRAM: None}
1003 super().__init__(stats_name, report_format)
1004
1005 self.update_ops(ImageStatsKeys.HISTOGRAM, SummaryOperations())
1006
1007 def __call__(self, data: list[dict]) -> dict:
1008 """

Callers

nothing calls this directly

Calls 3

SummaryOperationsClass · 0.90
update_opsMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected