フィルターのクリア

what does the plot obtained from fitcsvm mean?

2 ビュー (過去 30 日間)
Foram Sanghavi
Foram Sanghavi 2018 年 6 月 3 日
コメント済み: Foram Sanghavi 2018 年 6 月 4 日
Hi, I am using fitcsvm for classifying my data, and I am using the optimization operation to auto-select the kernel, and scale. Using that, I obtain a plot of Min objective vs the number of function evaluations, I did not understand the plot, can someone please help me in that. Thanx

採用された回答

Shrestha Kumar
Shrestha Kumar 2018 年 6 月 4 日
Hi,
In the plot, the number of function evaluations is the iteration number of the objective function(i.e first iteration,second iteration and so on). The minObjective is the minimum value of the objective function reached in that iteration.
Here the objective function is the logarithm of one plus the cross-validation loss.
If you want to read about the optimization technique used here (Bayesian optimization) then you can refer to this link -
https://in.mathworks.com/help/stats/bayesianoptimization.html
  1 件のコメント
Foram Sanghavi
Foram Sanghavi 2018 年 6 月 4 日
Thank you so much, now it makes sense.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Distribution Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by