Outputting the decision boundary function for one-class SVM with fitcsvm?
6 ビュー (過去 30 日間)
古いコメントを表示
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!
0 件のコメント
回答 (1 件)
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 .
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!