Outputting the decision boundary function for one-class SVM with fitcsvm?

조회 수: 4 (최근 30일)
Daniel Williams
Daniel Williams 2021년 1월 13일
답변: Aditya Patil 2021년 2월 16일
Say I am performing outlier detection, or performing a one-class SVM classification using fitcsvm. I am only interested in doing so to obtain the function that separates the decision boundaries. How do I obtain this?
If the decision boundary is when , how do I obtain ?
Many thanks!

답변 (1개)

Aditya Patil
Aditya Patil 2021년 2월 16일
You can find the equation for decision boundary explicitly only if linear kernel is used. In other cases, the score function is not calculated in terms of x, hence it's not possible to derive equation for when . You can however plot the decision boundary by finding points for which .
See this answer for more details.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by