CADETProcess.performance.PerformanceProduct#
- class CADETProcess.performance.PerformanceProduct(ranking: str | list[float] | int | None = None)[source]#
Performance indicator based on the product of several performance indicators.
- Attributes:
bad_metricsint: Bad metrics to use when evaluation fails.
rankinglist[float]: Relative weighting factors for multi component evaluation.
Methods