Interface CategoricalParameterRange.Builder

    • Method Detail

      • name

        CategoricalParameterRange.Builder name​(String name)

        The name of the categorical hyperparameter to tune.

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

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

        A list of the tunable categories for the hyperparameter.

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

        CategoricalParameterRange.Builder values​(String... values)

        A list of the tunable categories for the hyperparameter.

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