Class: Aws::Types::EvaluationMetric
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
-
#precision ⇒ ::Float
Returns the value of attribute precision.
-
#recall ⇒ ::Float
Returns the value of attribute recall.
Instance Attribute Details
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
229 230 231 |
# File 'sig/types.rbs', line 229 def f1_score @f1_score end |
#precision ⇒ ::Float
Returns the value of attribute precision.
230 231 232 |
# File 'sig/types.rbs', line 230 def precision @precision end |
#recall ⇒ ::Float
Returns the value of attribute recall.
231 232 233 |
# File 'sig/types.rbs', line 231 def recall @recall end |