Class: Aws::Types::ConfusionMatrix
- Inherits:
-
Object
- Object
- Aws::Types::ConfusionMatrix
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#num_false_negatives ⇒ ::Integer
Returns the value of attribute num_false_negatives.
-
#num_false_positives ⇒ ::Integer
Returns the value of attribute num_false_positives.
-
#num_true_negatives ⇒ ::Integer
Returns the value of attribute num_true_negatives.
-
#num_true_positives ⇒ ::Integer
Returns the value of attribute num_true_positives.
Instance Attribute Details
#num_false_negatives ⇒ ::Integer
Returns the value of attribute num_false_negatives.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def num_false_negatives @num_false_negatives end |
#num_false_positives ⇒ ::Integer
Returns the value of attribute num_false_positives.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def num_false_positives @num_false_positives end |
#num_true_negatives ⇒ ::Integer
Returns the value of attribute num_true_negatives.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def num_true_negatives @num_true_negatives end |
#num_true_positives ⇒ ::Integer
Returns the value of attribute num_true_positives.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def num_true_positives @num_true_positives end |