基于支持向量机的二次函数在Matlab中的应用.doc

上传人:11****ws 文档编号:2399972 上传时间:2019-05-11 格式:DOC 页数:2 大小:54KB
下载 相关 举报
基于支持向量机的二次函数在Matlab中的应用.doc_第1页
第1页 / 共2页
基于支持向量机的二次函数在Matlab中的应用.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、 format compact; x = (-1:0.1:1); y = -x.2; model = svmtrain(y,x,-s 3 -t 2 -c 2.2 -g 2.8 -p 0.01); . WARNING: using -h 0 may be faster optimization finished, #iter = 104 nu = 0.224906 obj = -0.675055, rho = 0.698514 nSV = 9, nBSV = 2 py , mse = svmpredict( y , x , model ); Mean squared error = 9.5276

2、8e-005 (regression) Squared correlation coefficient = 0.999184 (regression) figure; plot(x , y, o); hold on; plot(x, py, r*); legend(原始数据 ,回归数据 ); grid on; testx = 1.1;1.2;1.3; display(真实数据 ) 真实数据 testy = -testx.2 testy = -1.2100 -1.4400 -1.6900 ptesty , tmse = svmpredict( testy , testx , model); Mean squared error = 0.0976693 (regression) Squared correlation coefficient = 0.914542 (regression) display(预测数据 ); 预测数据 ptesty ptesty = -1.1087 -1.1913 -1.2200

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 实用文档资料库 > 策划方案

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。