搜索资源列表

  1. matlab_LDA

    0下载:
  2. 本程序采用线性判别分析方法实现的字符识别,达到较高的识别率。并给出了很多实验得到的识别结果-the adoption of linear discriminant analysis method of character recognition, reach a higher recognition rate. Given the many experimental results Recognition
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:27861
    • 提供者:林铭
  1. RAFisher2cda

    0下载:
  2. 利用fisher线性判别分析进行数据降维-using linear discriminant analysis of data dimensionality reduction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:974665
    • 提供者:高山
  1. pca_lda

    0下载:
  2. 这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatr
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3324
    • 提供者:hongbochen
  1. pca_lda

    0下载:
  2. 这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatr
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:hongbochen
  1. OLDA

    0下载:
  2. 正交线性判别分析(Orthogonal Linear Discriminant Analysis),可以用于数据降维上面。-orthogonal linear discriminant analysis (Orthogonal Linear Discriminan t Analysis), can be used for cutting down the data above.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:李民
  1. KDA_QR

    0下载:
  2. 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。 -based on the singular value decomposition of the nuclear linear discriminant analysis (Kernel Discriminant An alysis via QR Decomposition).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李民
  1. LDA

    0下载:
  2. 线性判别分析法(LDA),LDA以提高样本在子空间中的可分类为目标。寻找一组基向量,在这些基向量张成的子空间中,不同类别的训练样本能有最小的类内离散度,最大的类间离散度。-Linear discriminant analysis (LDA), LDA in order to improve the sample in the sub-space can be classified as a target. Find a group-ba
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:李伟
  1. pca_lda_study

    0下载:
  2. 实用可能的主成分分析(PCA)和线性判别分析(LDA),训练和检查,-Practical potential of principal component analysis (PCA) and linear discriminant analysis (LDA), training and inspection,
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:126976
    • 提供者:kim S.D.
  1. PCA+LDA

    0下载:
  2. PCA(主成分分析法)、LDA(线性判别法) 两种方法是主要的线性降维法,有很好的效果,希望对大家能够有用!-PCA (Principal Component Analysis), LDA (Linear Discriminant method) two methods are the main linear dimensionality reduction method, have very good results, in th
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:ruchong
  1. featureExtraction

    0下载:
  2. 该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。-The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:46080
    • 提供者:tangxiaojun
  1. linear

    0下载:
  2. 手写体识别中,对于阿拉伯数字的识别。常用的模式分类方法都可以应用。这个小程序使用的方法是线性判别分析-Handwriting recognition, for identification of Arabic numerals. Commonly used pattern classification methods can be applied. This small program uses the method is linear
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:孙家冕
  1. KLFDA

    0下载:
  2. 这是一个关于Fisher线性判别分析的Matlab的m文件,给出了在高斯核下的程序源码。-This is a Fisher linear discriminant analysis on the Matlab m-file, given the procedures in the lower-Gaussian source.Kernel Local Fisher Discriminant Analysis for Supervised
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:gcl
  1. LFDA

    0下载:
  2. lfda,局部线性判别式分析,可解决多模型数据分布问题-lfda
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:358400
    • 提供者:孙涛
  1. LDA

    0下载:
  2. 线性判别分析(LDA)用于特征选择,可以对数据集或者图像提取有用特征,用于分类或者聚类等机器学习应用中-Linear Discriminant Analysis (LDA) for feature selection, application in dataset or image feature extraction, for classification or clustering applications in machine l
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:56320
    • 提供者:苗晨
  1. LDA

    0下载:
  2. 数据挖掘的线性判别分析,用matlab编写-Data Mining linear discriminant analysis, using matlab write
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:52224
    • 提供者:王学林
  1. PRproject_lda

    0下载:
  2. 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:435200
    • 提供者:李洪涛
  1. FisherLDA

    0下载:
  2. fisher模式识别线性判别分析,在信号处理中运用比较普遍-fisher linear discriminant analysis pattern recognition, signal processing used in the more common
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:杨光
  1. fisher

    0下载:
  2. 费希尔线性判别分析代码 Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王庆香
  1. LFDA

    0下载:
  2. LLDA,局部线性判别分析,可以降到任意的维度,相比LDA更加优秀(LLDA, Local Linear Discriminant Analysis, can be reduced to any dimension, which is better than LDA.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:曾礼
  1. 线性判别

    0下载:
  2. 用于线性及非线性的判别分析等,简单实用(Simple and practical for linear and non-linear discriminant analysis)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:cc magic
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org