resubLoss
クラス: RegressionSVM
サポート ベクター マシン回帰モデルの再代入損失
構文
L = resubLoss(mdl)
L = resubLoss(mdl,Name,Value)
説明
は、L
= resubLoss(mdl
)mdl.X
に格納されている学習データと mdl.Y
に格納されている対応する応答値を使用して、サポート ベクター マシン (SVM) 回帰モデル mdl
の再代入損失を返します。
では、1 つ以上の名前と値の引数を使用して追加オプションを指定します。たとえば、再代入損失の計算に使用する損失関数を指定します。L
= resubLoss(mdl
,Name,Value
)
入力引数
出力引数
例
詳細
参考文献
[1] Nash, W.J., T. L. Sellers, S. R. Talbot, A. J. Cawthorn, and W. B. Ford. "The Population Biology of Abalone (Haliotis species) in Tasmania. I. Blacklip Abalone (H. rubra) from the North Coast and Islands of Bass Strait." Sea Fisheries Division, Technical Report No. 48, 1994.
[2] Waugh, S. "Extending and Benchmarking Cascade-Correlation: Extensions to the Cascade-Correlation Architecture and Benchmarking of Feed-forward Supervised Artificial Neural Networks." University of Tasmania Department of Computer Science thesis, 1995.
[3] Clark, D., Z. Schreter, A. Adams. "A Quantitative Comparison of Dystal and Backpropagation." submitted to the Australian Conference on Neural Networks, 1996.
[4] Lichman, M. UCI Machine Learning Repository, [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
拡張機能
バージョン履歴
R2015b で導入参考
fitrsvm
| RegressionSVM
| resubPredict
| loss