• 大小: 0.81M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-14
  • 语言: Matlab
  • 标签: 高斯过程  

资源简介

高斯过程回归及分类的代码,内容全,有实例和注释。包括分类系列和预测回归系列

资源截图

代码片段和文件信息

% Calculates for xstar x-coordinates the bestEstimate and the 95%
% confidence interval (bounds) for a Gaussian process regression.
% Mark Ebden July 2008
%
% Inputs:
%  k - a handle to the covariance function
%  Xy - the training data x- and y-coordinates
%  theta - the GP parameters to be passed to the covariance function
%          (e.g. length scale periodicity etc.
%  sigma_n - the noise (optional -- default 0)
%    NOTE: sigma_n should be left as zero if k *already* includes the noise term as I usually do.
%  xstar - specify the x-coordinates to solve for (optional -- default is
%          to let the algorithm choose them)
%  graphing - produce a plot of results (optional)
%             Default is to plot the results unless the function outputs were asked for
%
% Outputs:

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      31996  2006-03-07 20:29  gpml\doc\alg21.gif

     文件      43172  2006-03-07 20:08  gpml\doc\alg31.gif

     文件      34064  2006-03-07 20:08  gpml\doc\alg32.gif

     文件      66673  2006-03-07 20:08  gpml\doc\alg35.gif

     文件      32226  2006-03-07 20:08  gpml\doc\alg36.gif

     文件      60084  2006-03-07 20:08  gpml\doc\alg51.gif

     文件      41085  2006-03-07 20:08  gpml\doc\alg52.gif

     文件      34439  2006-03-26 03:00  gpml\doc\classification.html

     文件      36772  2006-03-15 00:12  gpml\doc\fig2d.gif

     文件      35364  2006-03-15 00:12  gpml\doc\fig2de1.gif

     文件      42683  2006-03-15 00:12  gpml\doc\fig2de2.gif

     文件      38483  2006-03-15 00:12  gpml\doc\fig2de3.gif

     文件      34059  2006-03-15 00:12  gpml\doc\fig2dl1.gif

     文件      40431  2006-03-15 00:12  gpml\doc\fig2dl2.gif

     文件      38375  2006-03-15 00:12  gpml\doc\fig2dl3.gif

     文件      17875  2006-03-10 22:56  gpml\doc\figepp.gif

     文件      23299  2006-03-10 22:56  gpml\doc\figepp2.gif

     文件       6109  2006-03-27 15:58  gpml\doc\figl.gif

     文件      21386  2006-03-07 20:29  gpml\doc\figl1.gif

     文件      17854  2006-03-09 23:57  gpml\doc\figlapp.gif

     文件      25557  2006-03-09 23:57  gpml\doc\figlapp2.gif

     文件      16078  2006-03-27 16:35  gpml\doc\figlf.gif

     文件      16712  2006-03-27 22:10  gpml\doc\figlm.gif

     文件       3461  2007-06-26 18:30  gpml\doc\index.html

     文件      16598  2006-03-29 01:45  gpml\doc\regression.html

     文件       7738  2006-03-29 18:39  gpml\doc\sparse-approx.html

     文件         77  2006-03-07 20:08  gpml\doc\style.css

     文件       5097  2007-07-24 23:34  gpml\gpml\approxEP.m

     文件       1936  2007-06-27 19:45  gpml\gpml\approximations.m

     文件       3094  2007-06-26 18:12  gpml\gpml\approxLA.m

............此处省略60个文件信息

评论

共有 条评论

相关资源