Class SeparatorPerformanceCalculator.BatchCalibrationSummary

java.lang.Object
neqsim.process.equipment.separator.entrainment.SeparatorPerformanceCalculator.CalibrationSummary
neqsim.process.equipment.separator.entrainment.SeparatorPerformanceCalculator.BatchCalibrationSummary
All Implemented Interfaces:
Serializable
Enclosing class:
SeparatorPerformanceCalculator

public static class SeparatorPerformanceCalculator.BatchCalibrationSummary extends SeparatorPerformanceCalculator.CalibrationSummary
Summary for batch calibration against multiple cases.
Version:
1.0
Author:
NeqSim team
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • casesProcessed

      public final int casesProcessed
      Number of calibration cases processed.
    • mapeBefore

      public final double mapeBefore
      Mean absolute percentage error before calibration [-].
    • mapeAfter

      public final double mapeAfter
      Mean absolute percentage error after calibration [-].
  • Constructor Details

    • BatchCalibrationSummary

      public BatchCalibrationSummary(SeparatorPerformanceCalculator.CalibrationSummary base, int cases, double before, double after)
      Constructs a batch calibration summary.
      Parameters:
      base - base summary fields
      cases - number of cases processed
      before - mean absolute percentage error before calibration
      after - mean absolute percentage error after calibration