##SVM
In supervised classification Decision Tree (DT) and Support Vector Machine (SVM) are well known classifier and used widely
The first thing we can see from this definition, is that a SVM needs training data. Which means it is a supervised learning algorithm.
有训练数据,所以是受监督的学习算法,主要用于分类