Interface CategoricalHyperParameterRange.Builder

    • Method Detail

      • name

        CategoricalHyperParameterRange.Builder name​(String name)

        The name of the hyperparameter.

        Parameters:
        name - The name of the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CategoricalHyperParameterRange.Builder values​(Collection<String> values)

        A list of the categories for the hyperparameter.

        Parameters:
        values - A list of the categories for the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CategoricalHyperParameterRange.Builder values​(String... values)

        A list of the categories for the hyperparameter.

        Parameters:
        values - A list of the categories for the hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.