Class: Aws::Types::EntityTypesEvaluationMetrics
- Inherits:
-
Object
- Object
- Aws::Types::EntityTypesEvaluationMetrics
- 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.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def f1_score @f1_score end |
#precision ⇒ ::Float
Returns the value of attribute precision.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def precision @precision end |
#recall ⇒ ::Float
Returns the value of attribute recall.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def recall @recall end |