Class: Aws::Types::AggregatedLogOddsMetric
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedLogOddsMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_variables_importance ⇒ ::Float
Returns the value of attribute aggregated_variables_importance.
-
#variable_names ⇒ ::Array[::String]
Returns the value of attribute variable_names.
Instance Attribute Details
#aggregated_variables_importance ⇒ ::Float
Returns the value of attribute aggregated_variables_importance.
37 38 39 |
# File 'sig/types.rbs', line 37 def aggregated_variables_importance @aggregated_variables_importance end |
#variable_names ⇒ ::Array[::String]
Returns the value of attribute variable_names.
36 37 38 |
# File 'sig/types.rbs', line 36 def variable_names @variable_names end |