public static interface LogOddsMetric.Builder extends SdkPojo, CopyableBuilder<LogOddsMetric.Builder,LogOddsMetric>
| Modifier and Type | Method and Description |
|---|---|
LogOddsMetric.Builder |
variableImportance(Float variableImportance)
The relative importance of the variable.
|
LogOddsMetric.Builder |
variableName(String variableName)
The name of the variable.
|
LogOddsMetric.Builder |
variableType(String variableType)
The type of variable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogOddsMetric.Builder variableName(String variableName)
The name of the variable.
variableName - The name of the variable.LogOddsMetric.Builder variableType(String variableType)
The type of variable.
variableType - The type of variable.LogOddsMetric.Builder variableImportance(Float variableImportance)
The relative importance of the variable. For more information, see Model variable importance.
variableImportance - The relative importance of the variable. For more information, see Model
variable importance.Copyright © 2023. All rights reserved.