登录
首页 » matlab » 特征选择

特征选择

于 2020-07-15 发布 文件大小:6KB
0 138
下载积分: 1 下载次数: 68

代码说明:

  特征选择算法中Relief-F算法使用Matlab的实现(Implementation of Relief-F algorithm for feature selection algorithm)

文件列表:

特征选择\GetRandSamples.m, 1719 , 2018-04-05
特征选择\ReliefF.m, 1034 , 2018-04-05
特征选择\Untitled.m, 1238 , 2018-04-05
特征选择\data.txt, 23637 , 2018-04-02
特征选择\dataregress.m, 210 , 2018-04-03
特征选择, 0 , 2018-05-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • B.North-Joomla
    menya zavut ololo! vne nujen pish-pish!
    2010-08-11 00:16:41下载
    积分:1
  • pottemp.m
    Potential temperature from in-situ measurements
    2012-01-26 09:35:07下载
    积分:1
  • tspo_genetic
    Salesman Problem - Genetic Algorithm matlab code
    2010-12-25 17:25:35下载
    积分:1
  • Basiccode3
    code for mahalnobis distance
    2013-12-07 01:31:20下载
    积分:1
  • graycomatrix
    ray-level co-occurrence matrix
    2013-11-14 06:14:55下载
    积分:1
  • dijkstra
    算法解决的是有向图中单个源点到其他顶点的最短路径问题(Algorithm to solve it is to map a single source point to the other vertices of the shortest path)
    2011-11-20 16:16:25下载
    积分:1
  • 11
    说明:   empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-21)^0.4)+0.07886*(a-21) elseif a<21 b=0.0 end w=kaiser(n,b) for i=1:n if i~=(n-1)/2 hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f) elseif i==(n-1)/2 hd(i)=2*f end end for j=1:n h(j)=w(j)*hd(j) end subplot(3,1,1), plot(w) subplot(3,1,2), plot(h) subplot(3,1,3), plot(h,n)
    2014-12-24 23:20:03下载
    积分:1
  • PMSM_speed
    Code For Permanent magnet synchronous generator model modelled with simulink matlab
    2015-04-03 23:05:30下载
    积分:1
  • neidian
    采用切线逼近方法求解IEEE14节点电力系统多目标的无功优化问题,目标为发电机无功总出力和网损。(IEEE14 node power system the tangent approximation method for solving multi-objective reactive power optimization problem, the goal for the total output of generator reactive and net loss.)
    2020-07-04 15:00:02下载
    积分:1
  • wcuprhwi
    毕业设计中,用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的 VmGCiG 二叉树算法,同时结合了哈夫曼编码二叉树的 XblfQFs综合。(Graduation design, using Matlab to achieve the optimal path planning of robot global path planning algorithm uses a binary tree algorithm based on the direction of the right VmGCiG , combined with the binary tree Huffman coding XblfQFs comprehensive.)
    2016-01-19 22:51:26下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载