Package jline.util

Class Utils.MapeResult

  • All Implemented Interfaces:

    
    public class Utils.MapeResult
    
                        

    Container class for MAPE calculation results

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final double mape
      public final double nanMean
      public final int validCount
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils.MapeResult(double mape, double nanMean, int validCount)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utils.MapeResult

        Utils.MapeResult(double mape, double nanMean, int validCount)
    • Method Detail