Interface LogOddsMetric.Builder

  • Method Details

    • variableName

      LogOddsMetric.Builder variableName(String variableName)

      The name of the variable.

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

      LogOddsMetric.Builder variableType(String variableType)

      The type of variable.

      Parameters:
      variableType - The type of variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • variableImportance

      LogOddsMetric.Builder variableImportance(Float variableImportance)

      The relative importance of the variable. For more information, see Model variable importance.

      Parameters:
      variableImportance - The relative importance of the variable. For more information, see Model variable importance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.