| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.LogOddsMetric
Description
Documentation
data LogOddsMetric Source #
The log odds metric details.
See: newLogOddsMetric smart constructor.
Constructors
| LogOddsMetric' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Double | |
| -> LogOddsMetric |
Create a value of LogOddsMetric with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:variableName:LogOddsMetric', logOddsMetric_variableName - The name of the variable.
$sel:variableType:LogOddsMetric', logOddsMetric_variableType - The type of variable.
$sel:variableImportance:LogOddsMetric', logOddsMetric_variableImportance - The relative importance of the variable. For more information, see
Model variable importance.
logOddsMetric_variableName :: Lens' LogOddsMetric Text Source #
The name of the variable.
logOddsMetric_variableType :: Lens' LogOddsMetric Text Source #
The type of variable.
logOddsMetric_variableImportance :: Lens' LogOddsMetric Double Source #
The relative importance of the variable. For more information, see Model variable importance.