Interface CategoricalValues.Builder

    • Method Detail

      • status

        CategoricalValues.Builder status​(String status)

        Indicates whether there is a potential data issue related to categorical values.

        Parameters:
        status - Indicates whether there is a potential data issue related to categorical values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatisticalIssueStatus, StatisticalIssueStatus
      • numberOfCategory

        CategoricalValues.Builder numberOfCategory​(Integer numberOfCategory)

        Indicates the number of categories in the data.

        Parameters:
        numberOfCategory - Indicates the number of categories in the data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.