Decision Tree
Root node : 나가는 엣지만 존재. Splitting Attribute를 나타냄
Internal node : 들어오고 나가는 엣지 모두 존재. Splitting Attribute를 나타냄
Leaf or terminal node : 들어오는 엣지만 존재. Class Label을 나타냄
split하는 순서, 파라미터 값도 output에 영향을 주기 때문에 잘 설계해야한다.
Decision Tree 종류
노드 만드는 법 : input 값을 보고 더 많은쪽이 default. 더 나눌 수 없으면 Leaf.