Interface AggregatedLogOddsMetric.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>, SdkBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>, SdkPojo
Enclosing class:
AggregatedLogOddsMetric

public static interface AggregatedLogOddsMetric.Builder extends SdkPojo, CopyableBuilder<AggregatedLogOddsMetric.Builder,AggregatedLogOddsMetric>
  • Method Details

    • 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.