Class RangedThreshold.ThresholdSpecification

    • Field Detail

      • min

        public double min
        the minimum.
      • max

        public double max
        the maximum.
      • threshold

        public double threshold
        the associated threshold.
    • Constructor Detail

      • ThresholdSpecification

        public ThresholdSpecification​(double min,
                                      double max,
                                      double threshold)
        Initializes the container.
        Parameters:
        min - the minimum
        max - the maximum
        threshold - the threshold
    • Method Detail

      • toString

        public String toString()
        Outputs the container as simple string.
        Overrides:
        toString in class Object
        Returns:
        the generated string