CADETProcess.comparison.BreakthroughHeight

CADETProcess.comparison.BreakthroughHeight#

class CADETProcess.comparison.BreakthroughHeight(reference: ReferenceBase, components: dict[str, list] | None = None, use_total_concentration: bool = False, use_total_concentration_components: bool = True, start: float | None = None, end: float | None = None, transform: Callable | None = None, only_transforms_array: bool = True, resample: bool = True, smooth: bool = False, normalize: bool = False)[source]#

Bases: DifferenceBase

Absolute difference in breakthrough curve height difference metric.

Attributes:
normalize_metricsbool

Whether to normalize the difference scores based on a sigmoid function.

reference_btlist of tuple

List of breakthrough curves in the reference solution.

property n_metrics: int#

int: Number of metrics.