利用GRNN的数据预测—实现基于广义回归神经网络的货运量预测
clear all;
clc;
load netattack;
P1=netattack;
T1=P1(:,39)';
P1(:,39)=[];
%数
MATLAB算法案例