Class: PGM::Variable
- Inherits:
-
Object
- Object
- PGM::Variable
- Defined in:
- lib/pgm/variable.rb
Overview
Most ancestral class for Random variable
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Variable
constructor
A new instance of Variable.
Constructor Details
#initialize ⇒ Variable
Returns a new instance of Variable.
16 17 18 |
# File 'lib/pgm/variable.rb', line 16 def initialize raise NotImplementedError end |