Module: Bayesnet::Parsers::Bif::ProbabilityDefaultEntry0
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
Instance Method Details
#floatingPointList ⇒ Object
1461 1462 1463 |
# File 'lib/bayesnet/parsers/bif.rb', line 1461 def floatingPointList elements[1] end |
#SEP1 ⇒ Object
1457 1458 1459 |
# File 'lib/bayesnet/parsers/bif.rb', line 1457 def SEP1 elements[0] end |
#SEP2 ⇒ Object
1465 1466 1467 |
# File 'lib/bayesnet/parsers/bif.rb', line 1465 def SEP2 elements[2] end |
#SEP3 ⇒ Object
1469 1470 1471 |
# File 'lib/bayesnet/parsers/bif.rb', line 1469 def SEP3 elements[4] end |