CADETProcess.performance.PerformanceIndicator#
- class CADETProcess.performance.PerformanceIndicator(ranking: str | list[float] | int | None = None)[source]#
Bases:
MetricBaseBase class for performance indicators used in optimization and fractionation.
See also
- evaluate(performance: Performance) ndarray[source]#
Evaluate the performance indicator for the given performance data.
- Parameters:
- performancePerformance
Object containing performance data.
- Returns:
- np.ndarray
Array of performance indicator values.