Interface AggregatedLogOddsMetric.Builder

    • Method Detail

      • variableNames

        AggregatedLogOddsMetric.Builder variableNames​(Collection<String> variableNames)

        The names of all the variables.

        Parameters:
        variableNames - The names of all the variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • variableNames

        AggregatedLogOddsMetric.Builder variableNames​(String... variableNames)

        The names of all the variables.

        Parameters:
        variableNames - The names of all the variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregatedVariablesImportance

        AggregatedLogOddsMetric.Builder aggregatedVariablesImportance​(Float aggregatedVariablesImportance)

        The relative importance of the variables in the list to the other event variable.

        Parameters:
        aggregatedVariablesImportance - The relative importance of the variables in the list to the other event variable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.