Skip to content

Releases: Smrecz/DecisionTree

Custom graph styling

13 Oct 19:24
Compare
Choose a tag to compare

Added custom graph styling options via GraphOptions.GraphStyle .

TitleOnly graphs

13 Oct 06:39
Compare
Choose a tag to compare

Added option to generate graph definition with only Titles and Paths.

Null path keys

13 Oct 06:40
Compare
Choose a tag to compare

Nullable type decisions can now have null as valid path key.

Full path exceptions

13 Oct 06:41
Compare
Choose a tag to compare

Full decision tree path included in exception message.
Fixed nullable type evaluation error.