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.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def num_false_negatives @num_false_negatives end |
#num_false_positives ⇒ ::Integer
Returns the value of attribute num_false_positives.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def num_false_positives @num_false_positives end |
#num_true_negatives ⇒ ::Integer
Returns the value of attribute num_true_negatives.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def num_true_negatives @num_true_negatives end |
#num_true_positives ⇒ ::Integer
Returns the value of attribute num_true_positives.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def num_true_positives @num_true_positives end |