Interface ParameterRanges.Builder

    • Method Detail

      • categoricalParameterRanges

        ParameterRanges.Builder categoricalParameterRanges​(Collection<CategoricalParameterRange> categoricalParameterRanges)

        Specifies the tunable range for each categorical hyperparameter.

        Parameters:
        categoricalParameterRanges - Specifies the tunable range for each categorical hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • categoricalParameterRanges

        ParameterRanges.Builder categoricalParameterRanges​(CategoricalParameterRange... categoricalParameterRanges)

        Specifies the tunable range for each categorical hyperparameter.

        Parameters:
        categoricalParameterRanges - Specifies the tunable range for each categorical hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuousParameterRanges

        ParameterRanges.Builder continuousParameterRanges​(Collection<ContinuousParameterRange> continuousParameterRanges)

        Specifies the tunable range for each continuous hyperparameter.

        Parameters:
        continuousParameterRanges - Specifies the tunable range for each continuous hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuousParameterRanges

        ParameterRanges.Builder continuousParameterRanges​(ContinuousParameterRange... continuousParameterRanges)

        Specifies the tunable range for each continuous hyperparameter.

        Parameters:
        continuousParameterRanges - Specifies the tunable range for each continuous hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integerParameterRanges

        ParameterRanges.Builder integerParameterRanges​(Collection<IntegerParameterRange> integerParameterRanges)

        Specifies the tunable range for each integer hyperparameter.

        Parameters:
        integerParameterRanges - Specifies the tunable range for each integer hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integerParameterRanges

        ParameterRanges.Builder integerParameterRanges​(IntegerParameterRange... integerParameterRanges)

        Specifies the tunable range for each integer hyperparameter.

        Parameters:
        integerParameterRanges - Specifies the tunable range for each integer hyperparameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.