Interface ControlStats.Builder

  • Method Details

    • variantName

      ControlStats.Builder variantName(String variantName)

      The name of the control variant.

      Parameters:
      variantName - The name of the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sampleSize

      ControlStats.Builder sampleSize(Integer sampleSize)

      The number of sessions evaluated for the control variant.

      Parameters:
      sampleSize - The number of sessions evaluated for the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mean

      The mean evaluation score for the control variant.

      Parameters:
      mean - The mean evaluation score for the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.