このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
crossval
クラス: RegressionSVM
交差検証済みのサポート ベクター マシン回帰モデル
構文
CVMdl = crossval(mdl)
CVMdl = crossval(mdl,Name,Value)
説明
は、学習済み SVM 回帰モデル CVMdl
= crossval(mdl
)mdl
から交差検証 (分割) 済みのサポート ベクター マシン回帰モデル CVMdl
を返します。
は、1 つ以上の CVMdl
= crossval(mdl
,Name,Value
)Name,Value
ペア引数で指定された追加オプションを使用して、交差検証済みのモデルを返します。
入力引数
出力引数
例
代替方法
SMV 回帰モデルを学習させてから交差検証を行う代わりに、fitrsvm
を使用して名前と値のペアの引数 'CrossVal'
、'CVPartition'
、'Holdout'
、'Leaveout'
または 'KFold'
のいずれかを指定することにより、交差検証済みのモデルを直接作成できます。
参考文献
[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 で導入