Interface DistributionData.Builder

  • Method Details

    • binEdges

      The bin edge values for the distribution.

      Parameters:
      binEdges - The bin edge values for the distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • binEdges

      DistributionData.Builder binEdges(String... binEdges)

      The bin edge values for the distribution.

      Parameters:
      binEdges - The bin edge values for the distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The frequency count for each bin in the distribution.

      Parameters:
      count - The frequency count for each bin in the distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The frequency count for each bin in the distribution.

      Parameters:
      count - The frequency count for each bin in the distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataType

      DistributionData.Builder dataType(String dataType)

      The data type of the column for the distribution.

      Parameters:
      dataType - The data type of the column for the distribution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.