Class: Bparity::Formal::LearnedModel
- Inherits:
-
Struct
- Object
- Struct
- Bparity::Formal::LearnedModel
- Defined in:
- lib/bparity/formal/lts.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#complete ⇒ Object
Returns the value of attribute complete.
-
#lts ⇒ Object
Returns the value of attribute lts.
-
#query_count ⇒ Object
Returns the value of attribute query_count.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
88 89 90 |
# File 'lib/bparity/formal/lts.rb', line 88 def algorithm @algorithm end |
#complete ⇒ Object
Returns the value of attribute complete
88 89 90 |
# File 'lib/bparity/formal/lts.rb', line 88 def complete @complete end |
#lts ⇒ Object
Returns the value of attribute lts
88 89 90 |
# File 'lib/bparity/formal/lts.rb', line 88 def lts @lts end |
#query_count ⇒ Object
Returns the value of attribute query_count
88 89 90 |
# File 'lib/bparity/formal/lts.rb', line 88 def query_count @query_count end |