Module: Bayesnet::Parsers::Bif::ProbabilityValuesList1
- Defined in:
- lib/bayesnet/parsers/bif.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
1354 1355 1356 |
# File 'lib/bayesnet/parsers/bif.rb', line 1354 def list elements[4] end |
#probabilityVariableValue ⇒ Object
1350 1351 1352 |
# File 'lib/bayesnet/parsers/bif.rb', line 1350 def probabilityVariableValue elements[3] end |
#SEP1 ⇒ Object
1342 1343 1344 |
# File 'lib/bayesnet/parsers/bif.rb', line 1342 def SEP1 elements[0] end |
#SEP2 ⇒ Object
1346 1347 1348 |
# File 'lib/bayesnet/parsers/bif.rb', line 1346 def SEP2 elements[2] end |
#SEP3 ⇒ Object
1358 1359 1360 |
# File 'lib/bayesnet/parsers/bif.rb', line 1358 def SEP3 elements[5] end |