Class HistogramDensityItem


  • public final class HistogramDensityItem
    extends Object
    Information about each interval in the histogram density. The interval covered, the frequency count, etc...
    • Method Detail

      • getInterval

        public Interval<Double> getInterval()
        The histogram density interval.
      • size

        public double size()
        The number of data rows that fell into this interval. (May not be an integral data type if evidence is present).