Class: Moult::Duplication::Confidence::Assessment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



46
47
48
# File 'lib/moult/duplication/confidence.rb', line 46

def confidence
  @confidence
end

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



46
47
48
# File 'lib/moult/duplication/confidence.rb', line 46

def reasons
  @reasons
end