Class: Aws::FraudDetector::Types::LogOddsMetric

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-frauddetector/types.rb

Overview

The log odds metric details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#variable_importanceFloat

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

Returns:

  • (Float)


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_nameString

The name of the variable.

Returns:

  • (String)


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_typeString

The type of variable.

Returns:

  • (String)


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