Class ModelStatisticsOverview

  • All Implemented Interfaces:
    java.io.Serializable

    public class ModelStatisticsOverview
    extends java.lang.Object
    implements java.io.Serializable
    ModelStatisticsOverview

    Modest v. Korff

    Created by korffmo1 on 29.11.18.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double avr  
      double max  
      double min  
      double sdv  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean areAllFinite()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • min

        public double min
      • avr

        public double avr
      • max

        public double max
      • sdv

        public double sdv
    • Constructor Detail

      • ModelStatisticsOverview

        public ModelStatisticsOverview​(double min,
                                       double avr,
                                       double max,
                                       double sdv)
      • ModelStatisticsOverview

        public ModelStatisticsOverview()
    • Method Detail

      • areAllFinite

        public boolean areAllFinite()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object