Class: Aws::Types::FindMatchesMetrics
- Inherits:
-
Object
- Object
- Aws::Types::FindMatchesMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#area_under_pr_curve ⇒ ::Float
Returns the value of attribute area_under_pr_curve.
-
#column_importances ⇒ ::Array[Types::ColumnImportance]
Returns the value of attribute column_importances.
-
#confusion_matrix ⇒ Types::ConfusionMatrix
Returns the value of attribute confusion_matrix.
-
#f1 ⇒ ::Float
Returns the value of attribute f1.
-
#precision ⇒ ::Float
Returns the value of attribute precision.
-
#recall ⇒ ::Float
Returns the value of attribute recall.
Instance Attribute Details
#area_under_pr_curve ⇒ ::Float
Returns the value of attribute area_under_pr_curve.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def area_under_pr_curve @area_under_pr_curve end |
#column_importances ⇒ ::Array[Types::ColumnImportance]
Returns the value of attribute column_importances.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def column_importances @column_importances end |
#confusion_matrix ⇒ Types::ConfusionMatrix
Returns the value of attribute confusion_matrix.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def confusion_matrix @confusion_matrix end |
#f1 ⇒ ::Float
Returns the value of attribute f1.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def f1 @f1 end |
#precision ⇒ ::Float
Returns the value of attribute precision.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def precision @precision end |
#recall ⇒ ::Float
Returns the value of attribute recall.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def recall @recall end |