Module: Bayesnet::Parsers::Bif::ProbabilityTable0
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
- #floatingPointList ⇒ Object
- #SEP1 ⇒ Object
- #SEP2 ⇒ Object
- #SEP3 ⇒ Object
- #SEP4 ⇒ Object
- #TABLEVALUE ⇒ Object
Instance Method Details
#floatingPointList ⇒ Object
1543 1544 1545 |
# File 'lib/bayesnet/parsers/bif.rb', line 1543 def floatingPointList elements[3] end |
#SEP1 ⇒ Object
1531 1532 1533 |
# File 'lib/bayesnet/parsers/bif.rb', line 1531 def SEP1 elements[0] end |
#SEP2 ⇒ Object
1539 1540 1541 |
# File 'lib/bayesnet/parsers/bif.rb', line 1539 def SEP2 elements[2] end |
#SEP3 ⇒ Object
1547 1548 1549 |
# File 'lib/bayesnet/parsers/bif.rb', line 1547 def SEP3 elements[4] end |
#SEP4 ⇒ Object
1551 1552 1553 |
# File 'lib/bayesnet/parsers/bif.rb', line 1551 def SEP4 elements[6] end |
#TABLEVALUE ⇒ Object
1535 1536 1537 |
# File 'lib/bayesnet/parsers/bif.rb', line 1535 def TABLEVALUE elements[1] end |