回帰学習により得られた学習モデルの関数
1 view (last 30 days)
Show older comments
教師データを回帰学習させた後,モデルの関数の形はどのように確認できるのでしょうか.サポートベクターマシーンを使用した回帰学習をしていますが,モデルは単純な式で表されるような関数なのでしょうか.
0 Comments
Accepted Answer
Hirokazu Tanaka
on 14 Sep 2018
Mdl =
RegressionSVM
ResponseName: 'Y'
CategoricalPredictors: []
ResponseTransform: 'none'
Alpha: [76x1 double]
Bias: 43.1920
KernelParameters: [1x1 struct]
NumObservations: 93
BoxConstraints: [93x1 double]
ConvergenceInfo: [1x1 struct]
IsSupportVector: [93x1 logical]
Solver: 'SMO'
と確認できます。
0 Comments
More Answers (0)
See Also
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!