登录
首页 » matlab » 3KDE

3KDE

于 2020-12-08 发布 文件大小:2263KB
0 251
下载积分: 1 下载次数: 44

代码说明:

  三维核密度估计法的设计与实现,需要的请自行下载(Design and implementation of a three-dimensional kernel density estimation method, please download their own needs)

文件列表:

1.txt,0,2015-04-11
@kde
....\adjustBW.dll,247808,2007-08-15
....\adjustBW.m,1090,2003-09-09
....\adjustBW.mexa64,39441,2007-08-15
....\adjustBW.mexglx,38782,2007-08-15
....\adjustPoints.dll,247296,2007-08-15
....\adjustPoints.m,555,2003-09-09
....\adjustPoints.mexa64,39093,2007-08-15
....\adjustPoints.mexglx,38498,2007-08-15
....\adjustWeights.dll,247808,2007-08-15
....\adjustWeights.m,1052,2003-09-09
....\adjustWeights.mexa64,39222,2007-08-15
....\adjustWeights.mexglx,38595,2007-08-15
....\condition.m,1190,2004-07-01
....\Contents.m,5396,2004-02-20
....\covar.m,885,2003-09-09
....\display.m,953,2003-09-09
....\double.m,425,2003-09-09
....\encode.m,2845,2004-08-20
....\entropy.m,1562,2004-07-15
....\entropyGrad.m,1006,2004-09-16
....\evalAvgLogL.m,862,2003-09-09
....\evalFGT.m,6928,2004-11-24
....\evalIFGT.m,7222,2004-11-24
....\evaluate.m,1512,2004-06-25
....\examples
....\........\demo_kde_1.m,817,2003-12-15
....\........\demo_kde_2.m,975,2003-12-15
....\........\demo_kde_3.m,1102,2003-12-15
....\........\demo_regress.m,643,2004-02-25
....\findBWCrit.m,947,2004-02-20
....\getBW.m,651,2003-11-19
....\getDim.m,361,2003-09-09
....\getNeff.m,429,2003-09-09
....\getNpts.m,358,2003-09-09
....\getPoints.m,587,2003-09-09
....\getType.m,529,2003-09-09
....\getWeights.m,577,2003-09-09
....\gram.m,521,2003-11-19
....\hist.m,2068,2004-12-04
....\ise.m,1212,2004-01-22
....\joinTrees.m,6414,2004-07-10
....\kde.m,2437,2004-08-14
....\kld.m,1903,2004-07-15
....\klGrad.m,3382,2005-10-19
....\knn.dll,67584,2005-01-09
....\knn.m,857,2003-09-09
....\knn.mexa64,39468,2007-08-15
....\knn.mexglx,38873,2007-08-15
....\ksize.m,4999,2005-07-30
....\license.gpl,24382,2003-09-09
....\llGrad.dll,68608,2005-01-09
....\llGrad.m,2513,2005-01-09
....\llGrad.mexa64,41332,2007-08-15
....\llGrad.mexglx,39741,2007-08-15
....\llHess.m,2103,2004-10-02
....\marginal.m,658,2003-09-09
....\max.m,372,2003-09-09
....\maxlogerr.m,2415,2004-08-05
....\mean.m,372,2003-09-09
....\mex
....\...\adjustBW.cpp,1311,2004-08-14
....\...\adjustPoints.cpp,688,2003-09-09
....\...\adjustWeights.cpp,867,2003-09-09
....\...\BallTree.cpp,630,2003-09-09
....\...\BallTreeDensity.cpp,926,2007-06-01
....\...\cpp
....\...\...\BallTree.h,5126,2007-06-02
....\...\...\BallTreeClass.cc,16187,2007-08-15
....\...\...\BallTreeDensity.h,6092,2007-08-15
....\...\...\BallTreeDensityClass.cc,27088,2007-08-15
....\...\...\kernels.h,8544,2003-09-09
....\...\...\README.txt,1560,2004-07-11
....\...\DualTree.cpp,1223,2007-08-15
....\...\entropyGradISE.cpp,7248,2007-06-01
....\...\entropyGradRS.cpp,2888,2003-07-03
....\...\iseEpsilon.cpp,12761,2007-08-11
....\...\klGradRS.cpp,8284,2003-07-03
....\...\knn.cpp,1280,2003-09-09
....\...\llGrad.cpp,2186,2007-06-01
....\...\makemex.m,3201,2004-10-02
....\...\maketmp.m,858,2005-08-13
....\...\prodSampleEpsilon.cpp,13238,2007-08-11
....\...\prodSampleExact.cpp,7318,2007-08-11
....\...\prodSampleGibbs.cpp,9793,2007-08-11
....\...\prodSampleGibbs1.cpp,3680,2007-08-11
....\...\prodSampleGibbs2.cpp,3670,2007-08-11
....\...\prodSampleGibbsMS.cpp,12020,2007-08-11
....\...\prodSampleGibbsMS1.cpp,4032,2007-08-11
....\...\prodSampleGibbsMS2.cpp,4017,2007-08-11
....\...\reduceSolve.cpp,6943,2004-02-04
....\miGrad.m,1614,2003-09-09
....\modes.m,3423,2006-02-09
....\plot.m,7653,2003-10-29
....\private
....\.......\BallTree.dll,230400,2007-08-15
....\.......\BallTree.mexa64,20469,2007-08-15
....\.......\BallTree.mexglx,21816,2007-08-15
....\.......\BallTreeDensity.dll,247296,2007-08-15

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

发表评论

0 个回复

  • 2
    说明:  动态聚类的k均值算法--用k均值算法解决动态聚类问题(Dynamic clustering k-means algorithm- using k-means algorithm to solve the issue of dynamic clustering)
    2008-07-22 12:06:58下载
    积分:1
  • IIRFIR
    这是基于数字信号处理的滤波器设计,有FIR的和IIR的有6种不同的窗函数(IIR and FIR )
    2010-05-09 10:49:28下载
    积分:1
  • Multi-objective-search-algorithm
    基于粒子群算法的多目标搜索算法,基于matlab仿真源程序代码,用于学习matlab算法设计的一个很好的例子(Multi-objective search algorithm based on particle swarm optimization algorithm, based on the Matlab simulation source code for a good example to learn matlab algorithm design)
    2012-05-13 10:21:30下载
    积分:1
  • 72146
    The following Matlab project contains the source code and Matlab examples used for 2d wave equation. An interactive demo of the 2D wave equation
    2015-03-20 20:55:43下载
    积分:1
  • vc+mat2
    这是一个用vc和matlab混合变成的例子,在两者环境下结合编成是很好的思路,有很大的应用前景,希望对大家有所帮助(with vc and mixed into Matlab example, in other circumstances combined organization is a good idea, a great prospect, we hope to help)
    2005-05-14 03:16:54下载
    积分:1
  • LinearprogrammingandnetworkflowsBazaraa
    Linearprogrammingandnetworkflows Bazaraa
    2010-12-27 00:04:52下载
    积分:1
  • fuzzy-synchronization--simulink
    这是一个关于模糊同步控制器的仿真程序,相关的参数以及模糊规则都可以在论文中找到,希望能对你们有帮助。(This is a fuzzy synchronization controller simulink, you can find the parameters in the paper. I think it is useful for you.)
    2015-03-30 09:19:29下载
    积分:1
  • lilun
    检测概率PD与输入信噪比r的关系(理论曲线) 采样点数:N=100;噪声方差:sigma^2=1 ( Probability of detection PD relationship with the input signal to noise ratio of r (theoretical curves) sampling points: N = 100 noise variance: sigma ^ 2 = 1 )
    2020-12-17 21:49:11下载
    积分:1
  • OFDM
    OFDM的详细仿真代码,有信道编码,调制,信道估计等(Detailed OFDM simulation code, there is channel coding, modulation, channel estimation)
    2021-04-16 21:28:53下载
    积分:1
  • matlab_srm60KW(6-4)
    60kw6/4极开关磁阻电机模型及其参数(60kw6/4 pole switched reluctance motor model and its parameters)
    2010-12-06 23:14:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载