赞
踩
本程序为SVR支持向量机回归模型
导入数据,划分数据集
clc;clear; warning off; %% 导入数据 load data data=[attributes' strength']; %计算数据长度 input =data(:,1:7); output=