登录
首页 » matlab » LDA

LDA

于 2020-08-29 发布 文件大小:55KB
0 265
下载积分: 1 下载次数: 1

代码说明:

说明:  线性判别分析(LDA)用于特征选择,可以对数据集或者图像提取有用特征,用于分类或者聚类等机器学习应用中(Linear Discriminant Analysis (LDA) for feature selection, application in dataset or image feature extraction, for classification or clustering applications in machine learning)

文件列表:

线性判别分析LDA
...............\abut
...............\htm" target=_blank>all-correlate
...............\auc.m
...............\backward.m
...............\bernoulli.m
...............\binvar.m
...............\boxplot.m
...............\cauchy.m
...............\cdf_norm.m
...............\check_result
...............\chisq.m
...............\classify.m
...............\classify_new.m
...............\classify_rate.m
...............\clindisc.m
...............\concordance.m
...............\Contents.m
...............\Contents.m~
...............\corr.ptr
...............\corr.pts
...............\cpruned_lindisc.m
...............\culindisc.m
...............\htm" target=_blank>data
...............\deuclid.m
...............\dmeuclid.m
...............\ex_duda.m
...............\htm" target=_blank>format_result
...............\forward
...............\forward.m
...............\forwards.m
...............\forward_class.m
...............\forward_class_patt.m
...............\htm" target=_blank>fwd-linear
...............\gauss.m
...............\gaussian2D.m
...............\getthresh.m
...............\kappa.m
...............\knn.m
...............\ks.m
...............\ksone.m
...............\l1out.m
...............\lclassify.m
...............\lindisc.m
...............\linfwd.m
...............\linnode.m
...............\linreg.m
...............\linsep.m
...............\mad.m
...............\make-col-ones
...............\mlindisc.m
...............\mquaddisc.m
...............\nn.m
...............\nn_class.m
...............\normal.m
...............\normalis.m
...............\htm" target=_blank>nrows
...............\opcurve.m
...............\pauc.m
...............\pchisq.m
...............\pdiff.m
...............\pdiffbin.m
...............\plindisc.m
...............\plot_cauchy_gauss.m
...............\plot_lin_map.m
...............\pnorm.m
...............\probks.m
...............\pruned_lda.m
...............\pruned_lindisc.m
...............\quaddisc.m
...............\quadsep.m
...............\rclassify.m
...............\htm" target=_blank>README
...............\regress.m
...............\skew.m
...............\svd_pinv.m
...............\tab-to-space
...............\test_class.m
...............\htm" target=_blank>tmp-out
...............\tmp2
...............\ttest.m
...............\ttest1.m
...............\ttest_stat.m
...............\ugauss.m
...............\ugaussmix.m
...............\ulin_l1out.m
...............\vars_tmp
...............\xblob.m
...............\xforward.m
...............\xksone.m
...............\xlindisc1.m
...............\xlinsep1.m
...............\xorsep.m
...............\xquadsep1.m
...............\新建 文本文档.txt

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

发表评论

0 个回复

  • fusion_change_detection
    说明:  SAR图像变化检测代码,基于差异图和比值图融合的(SAR image change detection code, based on the ratio of different maps and map integration)
    2010-04-09 17:30:35下载
    积分:1
  • DSP-digital-Recognition
    天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
    2013-12-10 10:51:11下载
    积分:1
  • watershed
    利用形态学分水岭算法对图像进行分割,对细胞图像能达到较好的分割效果(Using morphological watershed algorithm for image segmentation, the cell image segmentation can achieve better results)
    2021-01-28 20:28:35下载
    积分:1
  • ASR_fusion
    该文件包含与以下文件相关的代码: Y.Liu和Z.Wang具有自适应稀疏表示的同时图像融合和去噪(This package contains the code which is associated with the following paper: Y. Liu and Z. Wang Simultaneous image fusion and denoising with adaptive sparse representatio)
    2020-07-13 17:08:52下载
    积分:1
  • facedetect521
    人脸检测 通过肤色建立模型,和计算欧拉数开运算等一系列处理可以检测出同一张图片中的多个人脸!效果不错哦(face detection through color model building, and calculation of Euler number opened a series of processing operations can be detected with a picture of the personal face! Oh, good results)
    2007-06-07 00:11:12下载
    积分:1
  • 基础程序,主要针对遥感影
    图像处理基础程序,主要针对遥感影像处理。内含各种基础处理源码(matlab ,imagine analisy)
    2020-06-15 22:23:56下载
    积分:1
  • seaclutterbragg
    海杂波生成程序 可以产生两个Bragg峰 对于学习海洋遥感 以及高频地波雷达的同学有很大帮助!(sea clutter)
    2011-04-20 11:56:29下载
    积分:1
  • PF
    说明:  序贯重要性采样——标准粒子滤波算法。可直接使用。(Sequential importance sampling- standard particle filter. Can be used directly.)
    2013-10-26 21:02:56下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • cacupsnr
    图像质量标准,psnr及相关系数,很实用(Image quality standards, psnr and correlation coefficients, it is practical)
    2016-12-27 15:00:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载