SVM classifier contour plot

I want to calculate the outlier from a dataset using the example 'Detect Outliers using SVM and one-class learning' shown in:
The plot shows several contour plots (with different values) and several support vectors but it is stated that the boundary is where the contour value is zero. Is there any way to plot only the boundary around zero and the respective vectors for just this boundary?
Thank you.

Antworten (1)

KSSV
KSSV am 23 Apr. 2019

0 Stimmen

Read about inpolygon. On knowing the corodinates of contour...you can seperate inside and outside points.

1 Kommentar

Angela
Angela am 23 Apr. 2019
Thank you , i was able to use the 'LevelList' parameter to get the contour I wanted. However it still plots all the support vectors and not just the ones for the particular contour. Any ideas how to achieve that?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 23 Apr. 2019

Kommentiert:

am 23 Apr. 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by