dataeval.core.StatsResult¶
- class dataeval.core.StatsResult¶
Type definition for calculation output.
- source_index¶
Sequence of SourceIndex objects with image/box/channel info.
- Type:¶
Sequence[SourceIndex]
- stats¶
Mapping of statistic names to NumPy arrays of computed values. Keys are the names of statistics requested (e.g., ‘mean’, ‘std’, ‘brightness’). Values are NumPy arrays where each element corresponds to a source_index entry. String values (e.g., hashes) are stored as object dtype arrays.
- Type:¶
Mapping[str, NDArray[Any]]