Class: Moult::Duplication::Confidence::Assessment
- Inherits:
-
Struct
- Object
- Struct
- Moult::Duplication::Confidence::Assessment
- Defined in:
- lib/moult/duplication/confidence.rb
Overview
The graded result: a confidence in [0, 1] and the reasons behind it.
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
46 47 48 |
# File 'lib/moult/duplication/confidence.rb', line 46 def confidence @confidence end |
#reasons ⇒ Object
Returns the value of attribute reasons
46 47 48 |
# File 'lib/moult/duplication/confidence.rb', line 46 def reasons @reasons end |