Decision tree models use branch nodes to represent different decision paths, while leaf nodes represent various possible outcomes or outputs. Each internal node (non-leaf node) represents a test condition or decision point; depending on the value of that condition, the decision path will lead to different child nodes.
ProcessOn supports online creation of decision tree diagrams. Drag-and-drop operations allow for quick creation of decision tree nodes and path connections, and annotations can be inserted to explain each decision step.