登录
首页 » matlab » FEAST-v1.1.4

FEAST-v1.1.4

于 2021-03-05 发布 文件大小:81KB
0 253
下载积分: 1 下载次数: 85

代码说明:

  特征选择工具箱,用于数据特征提取,数据降维包括mRMR等(feature selection toolbox,MItoolbox)

文件列表:

FEAST
.....\BetaGamma.c,8012,2016-03-13
.....\CMIM.c,5616,2016-03-13
.....\CompileFEAST.m,286,2016-03-13
.....\CondMI.c,6075,2016-03-13
.....\DISR.c,6659,2016-03-13
.....\FCBF.m,1529,2016-03-13
.....\feast.bib,3777,2016-03-13
.....\feast.m,3336,2016-03-13
.....\FSAlgorithms.h,7957,2016-03-13
.....\FSToolbox.h,2925,2016-03-13
.....\FSToolboxMex.c,12254,2016-03-13
.....\ICAP.c,7527,2016-03-13
.....\JMI.c,6340,2016-03-13
.....\htm" target=_blank>LICENSE,1890,2016-03-13
.....\Makefile,4243,2016-03-13
.....\MIM.c,5141,2016-03-13
.....\MIM.m,412,2016-03-13
.....\mRMR_D.c,6302,2016-03-13
.....\README.md,3333,2016-03-13
.....\RELIEF.m,1479,2016-03-13
MIToolbox
.........\ArrayOperations.c,8786,2016-01-11
.........\ArrayOperations.h,3884,2016-01-11
.........\CalculateProbability.c,10482,2016-01-11
.........\CalculateProbability.h,3552,2016-01-11
.........\cmi.m,906,2016-01-11
.........\CompileMIToolbox.m,345,2016-01-11
.........\condh.m,746,2016-01-11
.........\demonstration_algorithms
.........\........................\CMIM.m,1372,2016-01-11
.........\........................\CMIM_Mex.c,5081,2016-01-11
.........\........................\compile_demos.m,310,2016-01-11
.........\........................\DISR.m,2210,2016-01-11
.........\........................\DISR_Mex.c,6223,2016-01-11
.........\........................\IAMB.m,1325,2016-01-11
.........\........................\mRMR_D.m,1970,2016-01-11
.........\........................\mRMR_D_Mex.c,5653,2016-01-11
.........\Entropy.c,3353,2016-01-11
.........\Entropy.h,2100,2016-01-11
.........\h.m,407,2016-01-11
.........\joint.m,614,2016-01-11
.........\htm" target=_blank>LICENSE,1610,2016-01-11
.........\Makefile,4062,2016-01-11
.........\mi.m,557,2016-01-11
.........\MIToolbox.h,1129,2016-01-11
.........\MIToolbox.m,2691,2016-01-11
.........\MIToolboxMex.c,14725,2016-01-11
.........\MutualInformation.c,3282,2016-01-11
.........\MutualInformation.h,1931,2016-01-11
.........\README.md,3258,2016-01-11
.........\RenyiEntropy.c,5327,2016-01-11
.........\RenyiEntropy.h,2060,2016-01-11
.........\RenyiMIToolbox.m,1631,2016-01-11
.........\RenyiMIToolboxMex.c,5301,2016-01-11
.........\RenyiMutualInformation.c,2973,2016-01-11
.........\RenyiMutualInformation.h,1869,2016-01-11
.........\WeightedEntropy.c,4207,2016-01-11
.........\WeightedEntropy.h,2293,2016-01-11
.........\WeightedMIToolbox.m,3034,2016-01-11
.........\WeightedMIToolboxMex.c,12796,2016-01-11
.........\WeightedMutualInformation.c,4173,2016-01-11
.........\WeightedMutualInformation.h,2043,2016-01-11

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

发表评论

0 个回复

  • dualconverter
    basic dual converter operaiton
    2010-10-02 13:26:08下载
    积分:1
  • matlab-nss--code
    matlab NSS利率期限模型源代码 用的是非线性最小二乘法 里面有两种实现方法(matlab NSS Term model source code using a nonlinear least squares method, there are two ways to achieve)
    2013-07-19 18:31:50下载
    积分:1
  • Numerical-Techniques-in-EM
    电磁场中的数值方法,本书包含所有的电磁场方面使用的数值方法,且有丰富的代码(FORTAN 和 C++),本书是英文版的(Electromagnetic field numerical methods, the book contains all of the numerical methods used in electric fields, and there is a wealth of code (FORTAN and C++), the book is in English)
    2014-02-06 03:18:48下载
    积分:1
  • VideoWatermarking
    利用matlab将帧视频嵌入水印,实现效果良好。(Video frames using matlab to embed a watermark to achieve good results.)
    2021-01-10 16:48:51下载
    积分:1
  • imageProcessing
    glcm examples in matlab
    2009-05-19 00:13:45下载
    积分:1
  • ART
    ART1自适应谐振网,已经通过测试,分类性能良好并且准确,此程序已经完成了运行,希望大家好好利用(ART1 adaptive resonance network, has passed the test, the classification performance is good and accurate, this program has completed running, I hope you make good use of)
    2013-07-19 13:07:30下载
    积分:1
  • FBG
    FBG反射谱,要用的人会非常需要,需要的人可以看看,很不错的(FBG id1=fopen( lambdaCMT.txt , wt ) fid2=fopen( rhoCMT.txt , wt ) f1=inline( -i.*delta.*y1-k.*y2 , t , lambda , wk , delta , k , y1 , y2 ) f2=inline( -k.*y1+i.*delta.*y2 , t , lambda , wk , delta , k , y1 , y2 ) lambda=1547 while lambda<1552 t0=-501426 h=2.0057e+003 n=500 y1=1 y2=0 )
    2010-09-09 18:17:07下载
    积分:1
  • Matlab--preproces
    matlab关于数据的预处理的一些程序,很全,中心化,归一化,多元散射校正(matlab on some pre-program data, very wide, centralized, normalization, multiplicative scatter correction)
    2013-12-22 14:04:52下载
    积分:1
  • PS2
    基于脉冲整形的PAPR抑制matlab源代码(matlab source code for reducing PAPR of OFDM signal with PS methed)
    2010-12-10 17:05:22下载
    积分:1
  • 123
    推算表,还没有写完,下面没有了思路了,我会继续写完他的.(Projection table, has not yet finished, the following no idea, and I will continue to finish him.)
    2009-12-28 15:50:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载