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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/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.

Returns:

  • (Float)


3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-frauddetector/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 'gems/aws-sdk-frauddetector/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 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3344

class LogOddsMetric < Struct.new(
  :variable_name,
  :variable_type,
  :variable_importance)
  SENSITIVE = []
  include Aws::Structure
end