Applications of decision tree:
- Prediction of match using decision tree.
- It used in data mining.
- It uses for handling non-linear data.
- It is used to serving a support tool in in several fields such as engineering, civil and mechanical.
- It is used to find the demographic data to find the prospective clients.
- Assessing prospective growth opportunity.
Application of decision tree in the prediction of European's premier league -
- Let there is a data set D={xi1,xi2,xi3......xin,yi}(iϵ[1,N]) , where N is the number of sample and (m∗n)m∗n can generate sample.
- Building of the base learner dj={xi1,xi2,xi3......xin,yi}(iϵ[1,N]) .where k<m
- Training T times H(x)=maxΣt=1Tϕ(hj(x)=y)
Comments