Decision Boundaries Visualization of SVDD (libsvm-3.23)
Support Vector Data Description (SVDD) is a one-classification algorithm. This code is written for decision boundary visualization of SVDD in the libsvm-3.23 toolbox. Details are described as follows :
- Built the SVDD hypersphere model of the training set.
- Fill the training set area with the grid method.
- Predict the score of each grid point.
- Draw contour lines based on grid point scores.
- Draw decision boundaries.