CADETProcess.performance.EluentConsumption#
- class CADETProcess.performance.EluentConsumption(ranking: str | list[float] | int | None = None)[source]#
Performance indicator based on the specific eluent consumption of each component.
- Attributes:
bad_metricsint: Bad metrics to use when evaluation fails.
rankinglist[float]: Relative weighting factors for multi component evaluation.
Methods
__call__(performance)Evaluate the performance indicator for the given performance data.
evaluate(performance)Evaluate the performance indicator for the given performance data.
See also