Optimisation of the Analysis of AND-OR Decision Trees
Enter Interactive Analysis Mode
andorR: An Analysis and Optimisation Tool for AND-OR Decision Trees
Calculate Dynamic True/False Indices for a Parent Node
Calculate the Influence Index for a Leaf Node
Propagate Answers and Confidence Up the Tree
Find Actions to Most Effectively Boost Confidence
Identify the Most Influential Question(s)
Get a Data Frame Summary of All Leaf Questions
Load a decision tree from a CSV file (Path String Format)
Load a decision tree from a CSV file (Relational Format)
Build a decision tree from a path-string data frame
Build a decision tree from a relational data frame
Load a decision tree from a JSON file (Hierarchical Format)
Build a decision tree from a hierarchical list
Load a decision tree from a YAML file (Hierarchical Format)
Print a Styled, Formatted Summary of the Decision Tree
Set an Answer and Confidence for a Leaf Node
Update a Tree Based on Answers Provided
Validate the structure of a path-string tree data frame
Validate the structure of a relational tree data frame
Validate the structure of a hierarchical tree list
A decision support tool to strategically prioritise evidence gathering in complex, hierarchical AND-OR decision trees. It is designed for situations with incomplete or uncertain information where the goal is to reach a confident conclusion as efficiently as possible (responding to the minimum number of questions, and only spending resources on generating improved evidence when it is of significant value to the final decision). The framework excels in complex analyses with multiple potential successful pathways to a conclusion ('OR' nodes). Key features include a dynamic influence index to guide users to the most impactful question, a system for propagating answers and semi-quantitative confidence scores (0-5) up the tree, and post-conclusion guidance to identify the best actions to increase the final confidence. These components are brought together in an interactive command-line workflow that guides the analysis from start to finish.