Tree Node
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
A Tree Node is a graph node within a Tree Structure.
- AKA: Tree Vertice.
 - Context:
- It can range from being an Internal Tree Node/Tree Internal Node to being an External Tree Node/Tree Leaf Node.
 
 - Example(s):
- a Decision Tree Node.
 - a Taxonomy Tree Node.
 - …
 
 - Counter-Example(s):
- a Tree Edge.
 - a Graph Nodel.
 
 - See: Decision Tree, Taxonomy.