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

Method __init__

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

Source from the content-addressed store, hash-verified

655 """
656
657 def __init__(self, stats_name: str = DataStatsKeys.FG_IMAGE_STATS, average: bool | None = True):
658 self.summary_average = average
659
660 report_format = {ImageStatsKeys.INTENSITY: None}
661 super().__init__(stats_name, report_format)
662 self.update_ops(ImageStatsKeys.INTENSITY, SummaryOperations())
663
664 def __call__(self, data: list[dict]) -> dict:
665 """

Callers

nothing calls this directly

Calls 3

SummaryOperationsClass · 0.90
update_opsMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected