Class: Aws::Types::ClassifierEvaluationMetrics
- Inherits:
-
Object
- Object
- Aws::Types::ClassifierEvaluationMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy ⇒ ::Float
Returns the value of attribute accuracy.
-
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
-
#hamming_loss ⇒ ::Float
Returns the value of attribute hamming_loss.
-
#micro_f1_score ⇒ ::Float
Returns the value of attribute micro_f1_score.
-
#micro_precision ⇒ ::Float
Returns the value of attribute micro_precision.
-
#micro_recall ⇒ ::Float
Returns the value of attribute micro_recall.
-
#precision ⇒ ::Float
Returns the value of attribute precision.
-
#recall ⇒ ::Float
Returns the value of attribute recall.
Instance Attribute Details
#accuracy ⇒ ::Float
Returns the value of attribute accuracy.
175 176 177 |
# File 'sig/types.rbs', line 175 def accuracy @accuracy end |
#f1_score ⇒ ::Float
Returns the value of attribute f1_score.
178 179 180 |
# File 'sig/types.rbs', line 178 def f1_score @f1_score end |
#hamming_loss ⇒ ::Float
Returns the value of attribute hamming_loss.
182 183 184 |
# File 'sig/types.rbs', line 182 def hamming_loss @hamming_loss end |
#micro_f1_score ⇒ ::Float
Returns the value of attribute micro_f1_score.
181 182 183 |
# File 'sig/types.rbs', line 181 def micro_f1_score @micro_f1_score end |
#micro_precision ⇒ ::Float
Returns the value of attribute micro_precision.
179 180 181 |
# File 'sig/types.rbs', line 179 def micro_precision @micro_precision end |
#micro_recall ⇒ ::Float
Returns the value of attribute micro_recall.
180 181 182 |
# File 'sig/types.rbs', line 180 def micro_recall @micro_recall end |
#precision ⇒ ::Float
Returns the value of attribute precision.
176 177 178 |
# File 'sig/types.rbs', line 176 def precision @precision end |
#recall ⇒ ::Float
Returns the value of attribute recall.
177 178 179 |
# File 'sig/types.rbs', line 177 def recall @recall end |