• 大小: 6KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-17
  • 语言: Matlab
  • 标签: 未分类  

资源简介

matlab开发-使用svmrfe选择功能。支持向量机递归特征消除(SVM-RFE),减少相关偏差

资源截图

代码片段和文件信息

%DEFPARAM handle the parameters passed to a function
%   set the variables outside the struct PARAM for all its fields. Maybe
%   overwites the previously defined default value of the variable.
% e.g. if PARAM.a=1 then set a variable a=1 outside PARAM.

if ~exist(‘param‘‘var‘) return; end
if ~isstruct(param) || length(param) ~= 1
error(‘PARAM should be a struct with length 1‘)
end
fns = fieldnames(param);
for iFn = 1:length(fns)
eval(sprintf(‘%s=param.%s;‘fns{iFn}fns{iFn}))
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4806  2015-09-12 20:37  ftSel_SVMRFECBR_ori.m
     文件         502  2015-05-01 16:51  defParam.m
     文件        6717  2015-09-12 20:54  ftSel_SVMRFECBR.m
     文件        1313  2015-09-12 21:27  license.txt

评论

共有 条评论