Class RandomDataHistogram.Counts

    • Constructor Detail

      • Counts

        public Counts​(String label,
                      boolean bucketed)
        Instantiates a new Counts.
        Parameters:
        label - the label
        bucketed - the bucketed
    • Method Detail

      • print

        public String print()
        Print a string representation of the random data histogram. @return the string
      • print

        public String print​(int bucketed)
        Print a string representation of the random data histogram.
        Parameters:
        bucketed - -1 for no bucketing or the number of buckets
        Returns:
        the string
      • print

        public String print​(boolean sortByLabel,
                            int bucketed)
        Print string.
        Parameters:
        sortByLabel - the sort by label
        bucketed - the bucketed
        Returns:
        the string