ajsims1704 / rdecision

Decision Analytic Modelling In Health Economics
1 stars 0 forks source link

Class LeafNode does not allow interval to be set dynamically. #7

Closed ajsims1704 closed 4 months ago

ajsims1704 commented 5 months ago

The method set_interval is missing from LeafNode. This would be required when setting decision tree variables after the tree has been constructed.

ajsims1704 commented 4 months ago

Added set_interval to LeafNode to allow dynamic setting.