Interface MissingDataConfiguration.Builder

  • Method Details

    • treatmentOption

      MissingDataConfiguration.Builder treatmentOption(String treatmentOption)

      The treatment option that determines how missing data should be rendered. Choose from the following options:

      • INTERPOLATE: Interpolate missing values between the prior and the next known value.

      • SHOW_AS_ZERO: Show missing values as the value 0.

      • SHOW_AS_BLANK: Display a blank space when rendering missing data.

      Parameters:
      treatmentOption - The treatment option that determines how missing data should be rendered. Choose from the following options:

      • INTERPOLATE: Interpolate missing values between the prior and the next known value.

      • SHOW_AS_ZERO: Show missing values as the value 0.

      • SHOW_AS_BLANK: Display a blank space when rendering missing data.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • treatmentOption

      The treatment option that determines how missing data should be rendered. Choose from the following options:

      • INTERPOLATE: Interpolate missing values between the prior and the next known value.

      • SHOW_AS_ZERO: Show missing values as the value 0.

      • SHOW_AS_BLANK: Display a blank space when rendering missing data.

      Parameters:
      treatmentOption - The treatment option that determines how missing data should be rendered. Choose from the following options:

      • INTERPOLATE: Interpolate missing values between the prior and the next known value.

      • SHOW_AS_ZERO: Show missing values as the value 0.

      • SHOW_AS_BLANK: Display a blank space when rendering missing data.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: