资源简介

基于极限学习机的短期风电功率预测,包含了风电功率序列,风电功率曲线拟合

资源截图

代码片段和文件信息

function Y = elmpredict(PIWBLWTFTYPE)
% ELMPREDICT Simulate a Extreme Learning Machine
% Syntax
% Y = elmtrain(PIWBLWTFTYPE)
% Description
% Input
% P   - Input Matrix of Training Set  (R*Q)
% IW  - Input Weight Matrix (N*R)
% B   - Bias Matrix  (N*1)
% LW  - layer Weight Matrix (N*S)
% TF  - Transfer Function:
%       ‘sig‘ for Sigmoidal function (default)
%       ‘sin‘ for Sine function
%       ‘hardlim‘ for Hardlim function
% TYPE - Regression (0default) or Classification (1)
% Output
% Y   - Simulate Output Matrix (S*Q)
% Example
% Regression:
% [IWBLWTFTYPE] = elmtrain(PT20‘sig‘0)
% Y = elmtrain(PIWBLWTFTYPE)
% Classification
% [IWBLWTFTYPE] = elmtrain(PT20‘sig‘1)
% Y = elmtrain(PIWBLWTFTYPE)
% See also ELMTRAIN
% Yu Lei11

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3927  2014-11-28 12:58  wind power\600date.mat
     文件        1454  2010-11-07 15:22  wind power\elmpredict.m
     文件        1752  2014-11-13 15:03  wind power\elmtrain.m
     文件        1749  2014-12-05 20:40  wind power\main.m
     文件        1102  2014-11-25 13:21  wind power\tem.mat

评论

共有 条评论