Class: Aws::FraudDetector::Types::LogOddsMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::LogOddsMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The log odds metric details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#variable_importance ⇒ Float
The relative importance of the variable.
-
#variable_name ⇒ String
The name of the variable.
-
#variable_type ⇒ String
The type of variable.
Instance Attribute Details
#variable_importance ⇒ Float
The relative importance of the variable. For more information, see [Model variable importance].
[1]: docs.aws.amazon.com/frauddetector/latest/ug/model-variable-importance.html
3344 3345 3346 3347 3348 3349 3350 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3344 class LogOddsMetric < Struct.new( :variable_name, :variable_type, :variable_importance) SENSITIVE = [] include Aws::Structure end |
#variable_name ⇒ String
The name of the variable.
3344 3345 3346 3347 3348 3349 3350 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3344 class LogOddsMetric < Struct.new( :variable_name, :variable_type, :variable_importance) SENSITIVE = [] include Aws::Structure end |
#variable_type ⇒ String
The type of variable.
3344 3345 3346 3347 3348 3349 3350 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3344 class LogOddsMetric < Struct.new( :variable_name, :variable_type, :variable_importance) SENSITIVE = [] include Aws::Structure end |