回帰学習により得られた学習モデルの関数
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
教師データを回帰学習させた後,モデルの関数の形はどのように確認できるのでしょうか.サポートベクターマシーンを使用した回帰学習をしていますが,モデルは単純な式で表されるような関数なのでしょうか.
0 Commenti
Risposta accettata
  Hirokazu Tanaka
      
 il 14 Set 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 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!