CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ReliefF

搜索资源列表

  1. ReliefTest.rar

    0下载:
  2. reliefF特征选择算法使用c语言实现的,reliefF feature selection algorithm to achieve the use of c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9302339
    • 提供者:袁泉
  1. FeatureSelection

    0下载:
  2. Feature Selection using Matlab. The DEMO includes 5 feature selection algorithms: • Sequential Forward Selection (SFS) • Sequential Floating Forward Selection (SFFS) • Sequential Backward Selection (SBS) • Se
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3283910
    • 提供者:driftinwind
  1. basic_PSO_with_w_c

    0下载:
  2. 带有收缩因子和惯性权重的基本PSO粒子群算法源代码。本源代码模块化编写,结构清晰,便于改进和做数值实验-With contraction factor and inertia weight PSO basic particle swarm algorithm source code. Source code modular preparation, structure, clear, easy to improve and to do numerical experiments
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2837
    • 提供者:楚湘华
  1. reliefF

    0下载:
  2. reliefF algorithm for gene selection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1396
    • 提供者:Yi Zhang
  1. source

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:684776
    • 提供者:jiaojiao
  1. feature_selection

    0下载:
  2. MRMR和relieff特征选择方法,很经典的,简单易用!-The the MRMR and the relieff feature selection method, very classic, simple and easy to use!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-10-30
    • 文件大小:102937
    • 提供者:代江艳
  1. reliefF

    0下载:
  2. reliefF源码 用法及说明 简单易懂的-reliefF source usage, and easy to understand instructions
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:10973
    • 提供者:郑宗琳
  1. thesis

    0下载:
  2. relieff算法一种加权值,选择重要属性-relieff algorithm
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1974152
    • 提供者:meizhigang
  1. code-of-reliefF-algrithm

    2下载:
  2. 给出了reliefF算法的matlab源代码,该算法用于处理目标属性为连续值的回归问题。是由relief算法拓展所得,可以处理多类别问题。-ReliefF algorithm matlab source code is given, and the algorithm is used for processing target attribute is continuous values of regression problems.By expanding income relief algo
  3. 所属分类:Algorithm

    • 发布日期:2016-10-08
    • 文件大小:8192
    • 提供者:李斌
  1. code-Feature-Selection-using-Matlab

    0下载:
  2. 主要完成图像特征出提取,包括5个特征选择算法:SFS,SBS,SFBS-Descr iption The DEMO includes 5 feature selection algorithms: Sequential Forward Selection (SFS) Sequential Floating Forward Selection (SFFS) Sequential Backward Selection (SBS) Sequential Floating Bac
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3285305
    • 提供者:fuhuan
  1. fsReliefF

    1下载:
  2. 著名的ReliefF特征过滤算法源代码,可用于模式识别-The famous ReliefF feature filtering algorithm source code, can be used for pattern recognition
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:大熊猫
  1. featureselection

    0下载:
  2. 使用MATLAB,ReliefF算法应用于特征提取,适用于shp属性数据。-Using MATLAB, the ReliefF algorithm is applied to feature extraction and is suitable for SHP attribute data.
  3. 所属分类:GIS program

    • 发布日期:2017-05-11
    • 文件大小:2509455
    • 提供者:danial
  1. ReliefF-2

    0下载:
  2. 由于Relief算法比较简单,运行效率高,并且结果也比较令人满意,因此得到广泛应用,但是其局限性在于只能处理两类别数据,因此1994年Kononeill对其进行了扩展,得到了ReliefF作算法,可以处理多类别问题。该算法用于处理目标属性为连续值的回归问题。-Because Relief algorithm is relatively simple, high efficiency, and the results are more satisfactory, so widely used, b
  3. 所属分类:Shell api

    • 发布日期:2017-12-11
    • 文件大小:1784
    • 提供者:张国顺
  1. fs_sup_relieff

    1下载:
  2. Relief算法中特征和类别的相关性是基于特征对近距离样本的区分能力。算法从训练集D中选择一个样本R,然后从和R同类的样本中寻找最近邻样本H,称为Near Hit,从和R不同类的样本中寻找最近样本M,称为Near Miss,根据以下规则更新每个特征的权重: 如果R和Near Hit在某个特征上的距离小于R和Near Miss上的距离,则说明该特征对区分同类和不同类的最近邻是有益的,则增加该特征的权重;反之,如果R和Near Hit在某个特征上的距离大于R和Near Miss上的距离,则说明该特
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:voriarty
  1. feature-selection-master

    1下载:
  2. 最小冗余最大相关性(MRMR)(MRMR.M) 需要外部库。详情请见MRMR。下载一个更新版本的互信息工具箱 偏最小二乘(PLS)回归系数(ReGCOEF.m) 使用MATLAB统计工具箱中的PLSReress ReliefF(分类)和RReliefF(回归)(ReleFracePr.M.) 从Matlab STATS工具箱中包装Releff.m。这是Matlab R2010B以后提供的。 ReliefF的另一个选择是使用ASU特征选择工具箱中的代码。这使用WEKA
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:smilingcost
  1. Relieff特征选择算法

    0下载:
  2. Relieff特征选择算法,用于特征降维,选择权重比高的的特征。
  3. 所属分类:matlab例程

搜珍网 www.dssz.com