Class: Aws::Types::FlywheelModelEvaluationMetrics
- Inherits:
-
Object
- Object
- Aws::Types::FlywheelModelEvaluationMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_accuracy ⇒ ::Float
Returns the value of attribute average_accuracy.
-
#average_f1_score ⇒ ::Float
Returns the value of attribute average_f1_score.
-
#average_precision ⇒ ::Float
Returns the value of attribute average_precision.
-
#average_recall ⇒ ::Float
Returns the value of attribute average_recall.
Instance Attribute Details
#average_accuracy ⇒ ::Float
Returns the value of attribute average_accuracy.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def average_accuracy @average_accuracy end |
#average_f1_score ⇒ ::Float
Returns the value of attribute average_f1_score.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def average_f1_score @average_f1_score end |
#average_precision ⇒ ::Float
Returns the value of attribute average_precision.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def average_precision @average_precision end |
#average_recall ⇒ ::Float
Returns the value of attribute average_recall.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def average_recall @average_recall end |