Decisiontrees graphically depict chains of dependent conditions leading to an action.
决策树以图形方式描述导致某项操作的相关条件链。
2
Classification (also known as classification trees or decisiontrees) is a data mining algorithm that creates a step-by-step guide for how to determine the output of a new data instance.
分类(也即分类树或决策树)是一种数据挖掘算法,为如何确定一个新的数据实例的输出创建逐步指导。
3
This sort of learning could take place with neural networks or support vector machines, but another approach is to use decisiontrees.