shadow

Math Diagram

EdrawMax user profile image
Trestrals Z
Published on 2021-07-16
Download
Download
Download EdrawMax
Edit Online
logoanimation
A tree is a hierarchical data structure defined as a collection of nodes. Nodes represent value, and nodes are connected by edges. A tree has the following properties: The tree has one node called root, each node has one parent only but can have multiple children, each node is connected to its children via edges. In a Binary tree, every node can have at most two children, left and right. In the diagram below, C & D have left children, and E is the right child. It should be noted here that the math tree structure is used in predictive modeling. It is usually called a Decision tree. Each internal node represents a test or condition on a predictive variable in the math decision tree, and the edge gives various possible answers to this test.
Tag
Engineering
Report
0
93
EdrawMax user profile image
Post
Recommended Templates