Method: Bio::Blast::Default::Report#entropy
- Defined in:
- lib/bio/appl/blast/format0.rb
#entropy ⇒ Object
Same as iterations.last.entropy
.
146 |
# File 'lib/bio/appl/blast/format0.rb', line 146 def entropy; @iterations.last.entropy; end |