登录
首页 » matlab » kdetoolbox(matlab)

kdetoolbox(matlab)

于 2006-07-27 发布 文件大小:817KB
0 270
下载积分: 1 下载次数: 679

代码说明:

  核密度估计(kde)的工具箱,我是在做背景建模的时候遇到这方面问题找到的,希望对大家有点用处.(nuclear density estimates (kde) Toolbox, I was doing background modeling, encountered this issue to find, and I hope to you a bit useless.)

文件列表:

kde工具箱(matlab)
.................\@kde
.................\....\adjustBW.dll
.................\....\adjustBW.m
.................\....\adjustBW.mexglx
.................\....\adjustPoints.dll
.................\....\adjustPoints.m
.................\....\adjustPoints.mexglx
.................\....\adjustWeights.dll
.................\....\adjustWeights.m
.................\....\adjustWeights.mexglx
.................\....\condition.m
.................\....\Contents.m
.................\....\covar.m
.................\....\display.m
.................\....\double.m
.................\....\entropy.m
.................\....\entropyGrad.m
.................\....\evalAvgLogL.m
.................\....\evalFGT.m
.................\....\evalIFGT.m
.................\....\evaluate.m
.................\....\examples
.................\....\........\demo_kde_1.m
.................\....\........\demo_kde_2.m
.................\....\........\demo_kde_3.m
.................\....\........\demo_regress.m
.................\....\findBWCrit.m
.................\....\getBW.m
.................\....\getDim.m
.................\....\getNeff.m
.................\....\getNpts.m
.................\....\getPoints.m
.................\....\getType.m
.................\....\getWeights.m
.................\....\hist.m
.................\....\ise.m
.................\....\joinTrees.m
.................\....\kde.m
.................\....\kld.m
.................\....\klGrad.m
.................\....\knn.dll
.................\....\knn.m
.................\....\knn.mexglx
.................\....\ksize.m
.................\....\license.gpl
.................\....\llGrad.dll
.................\....\llGrad.m
.................\....\llGrad.mexglx
.................\....\llHess.m
.................\....\marginal.m
.................\....\max.m
.................\....\mean.m
.................\....\mex
.................\....\...\adjustBW.cpp
.................\....\...\adjustPoints.cpp
.................\....\...\adjustWeights.cpp
.................\....\...\BallTree.cpp
.................\....\...\BallTreeDensity.cpp
.................\....\...\cpp
.................\....\...\...\BallTree.h
.................\....\...\...\BallTreeClass.cc
.................\....\...\...\BallTreeDensity.h
.................\....\...\...\BallTreeDensityClass.cc
.................\....\...\...\kernels.h
.................\....\...\...\README.txt
.................\....\...\DualTree.cpp
.................\....\...\entropyGradISE.cpp
.................\....\...\entropyGradRS.cpp
.................\....\...\iseEpsilon.cpp
.................\....\...\klGradRS.cpp
.................\....\...\knn.cpp
.................\....\...\llGrad.cpp
.................\....\...\makemex.m
.................\....\...\prodSampleEpsilon.cpp
.................\....\...\prodSampleExact.cpp
.................\....\...\prodSampleGibbs.cpp
.................\....\...\prodSampleGibbs1.cpp
.................\....\...\prodSampleGibbs2.cpp
.................\....\...\prodSampleGibbsMS.cpp
.................\....\...\prodSampleGibbsMS1.cpp
.................\....\...\prodSampleGibbsMS2.cpp
.................\....\...\reduceSolve.cpp
.................\....\miGrad.m
.................\....\modes.m
.................\....\plot.m
.................\....\private
.................\....\.......\BallTree.dll
.................\....\.......\BallTree.mexglx
.................\....\.......\BallTreeDensity.dll
.................\....\.......\BallTreeDensity.mexglx
.................\....\.......\DualTree.dll
.................\....\.......\DualTree.m
.................\....\.......\DualTree.mexglx
.................\....\.......\entropyDist.m
.................\....\.......\entropyGradDist.m
.................\....\.......\entropyGradISE.dll
.................\....\.......\entropyGradISE.mexglx
.................\....\.......\golden.m
.................\....\.......\iqr.m

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

发表评论

0 个回复

  • matlab_-direct_-improved_method-
    采用改进的直接法在matlab中进行功率谱密度计算(Calculating the direct method using the improved power spectrum density in matlab)
    2014-10-26 12:19:06下载
    积分:1
  • VBLAST
    这是vblast的仿真,这个仿真是通过ofdm技术做的,其中还有qpsk、16qam、bpsk的调用等(This is vblast simulation, the simulation is done by ofdm technology, in which there qpsk, 16qam, bpsk of calls, etc.)
    2013-05-26 19:29:57下载
    积分:1
  • viener
    利用维纳滤波对信号进行分析处理,包括代码与word文档(Wiener filtering using the signal analysis and processing, including code and word documents)
    2010-05-11 18:50:23下载
    积分:1
  • GCODE.rar
    说明:  最基础的GS算法,包含matlab代码,以及一张bmp格式的图,非常基础易懂(The most basic GS algorithm, including Matlab code, as well as a BMP format diagram, very basic and easy to understand)
    2020-12-26 17:51:23下载
    积分:1
  • mutualinfor
    计算互信息非常有用的一组程序,里面有我的例子(a group of procedures of mutual information)
    2010-08-18 15:32:44下载
    积分:1
  • svm_demo
    解释svm原理用的demo源码並且利用簡單的繪圖秀出結果(Svm theory to explain the demo with source code and showed the results of a simple drawing)
    2010-11-08 21:52:11下载
    积分:1
  • project1_code
    这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。(This source code includes the implementation of three famous classifiers in machine learning. They are 1) PCA, 2) LDA and 3) Naive Bayesian. The detail theory behind these classifier can be found text book <<Introduction to Machine Learning>>. Besides the implementation of these 3 algorithms, the main.m for testing and a brief testing report is also included. (The testing is on data set acoustic_train_data) Enjoy:))
    2015-03-09 20:59:12下载
    积分:1
  • Microcontroller-Based-PVMPPT
    搭建微网模型,介绍光伏最大功率跟踪,个人感觉很实用(Micro-grid,PV MPPT)
    2014-02-19 15:05:17下载
    积分:1
  • ADRC
    说明:  自抗扰控制器的simulink仿真,为自抗扰控制器的使用提供一个实例(Simlink simulation of ADRC provides an example for the use of ADRC.)
    2019-03-15 20:54:57下载
    积分:1
  • AMMC
    Matlab 视频去隔行代码AMCC法,效果很好(Matlab code Deinterlacing)
    2013-09-02 19:48:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载