FeatureTableResult

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the Habitat Guide and Python API guide (v2.0) for usage.

class FeatureTableResult(table: ~pandas.core.frame.DataFrame, results: ~typing.Tuple[~habit.radiomics.extract.FeatureResult, ...], failures: ~typing.Mapping[str, str] = <factory>)[source]

Bases: object

Structured batch output with successful feature rows and failures.

__post_init__() → None[source]

Copy mutable tabular and mapping values at the public boundary.

__init__(table: ~pandas.core.frame.DataFrame, results: ~typing.Tuple[~habit.radiomics.extract.FeatureResult, ...], failures: ~typing.Mapping[str, str] = <factory>) → None