搜索资源列表

  1. ar_dct_kda

    0下载:
  2. 在AR人脸库上进行DCT变换,使用DCT变换后的图像进行 kernel fisher discriminant analysis,其中kernel 函数可以自己选择-In the AR face database on the DCT transform, using the DCT transformed image kernel fisher discriminant analysis, which can choose the k
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:邵珠立
  1. ar_dlda

    0下载:
  2. 在ar人脸库上实现Direct Fisher discriminant analysis,该方法首先对类内散布矩阵对角化,然后对类间散布矩阵对角化,使类间散布矩阵对角化的矩阵即使鉴别向量集-In the ar face database to achieve Direct Fisher discriminant analysis, this method first within-class scatter matrix diagona
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:邵珠立
  1. knn.kmeans.fisher

    1下载:
  2. 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:刘斌
  1. Linear_Discriminant_Analysis

    0下载:
  2. Linear Discriminant Analysis LDA
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:652288
    • 提供者:Mike
  1. kda_qr

    0下载:
  2. 通过矩阵的QR分解来求解KDA问题(核判别分析) 附原参考文献-QR decomposition for kernel discriminant analysis
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:71680
    • 提供者:zengming
  1. Fisher

    0下载:
  2. 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值-Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:shihao
  1. classifier

    0下载:
  2. 两类二维相关正态分布条件下的最小错误率贝叶斯分类器,基于最小风险的贝叶斯分类器,Parzen窗法非参数估计分类器程序,Fisher线性判别法分类器程序。-Under normal conditions two types of two-dimensional correlation of minimum error rate of Bayesian classifier, the minimum risk-based Bayesian
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:wanwei
  1. UncorrelatedDiscriminantNearestFeatureLineAnalysis

    0下载:
  2. 人脸识别文章 Uncorrelated Discriminant Nearest Feature Line Analysis for Face Recognition-Face article Uncorrelated Discriminant Nearest Feature Line Analysis for Face Recognition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:226304
    • 提供者:杜君卓
  1. KLFDA

    0下载:
  2. 基于局部Fisher准则的非线性核Fisher辨别分析,应用于有监督的特征提取与高维数据的有效降维。-Kernel Local Fisher Discriminant Analysis for Supervised Dimensionality Reduction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:gameshadow
  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-15
    • 文件大小:435200
    • 提供者:李洪涛
  1. simpleFisher

    0下载:
  2. 简单的费舍尔判别法程序,遵循类内类间分类规则-Fisher Discriminant simple procedure, follow the category classification rules between classes
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:clover
  1. bkk

    0下载:
  2. Matlab code for describing linear discriminant analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:dln
  1. bayes_classifier

    0下载:
  2. 贝叶斯分类器实现多类识别,主要用于两类的识别-BAYES_CLASSIFIER function calculates the discriminant functions for two classes.
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:xingtao
  1. wLDA

    0下载:
  2. This code performs weigthed linear discriminant analysis. Weights are applied to observations.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:tin
  1. linear-category

    0下载:
  2. 本程序主要是对线性判别函数分类器进行实现。-Linear discriminant function classifier achieved.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:6078464
    • 提供者:刘美洁
  1. Lecture9-2.Linear-Discriminant-Functions

    0下载:
  2. Linear Discriminant Functions
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:705536
    • 提供者:HOU
  1. Lecture8-2.Fisher-Linear-Discriminant-and-MDA

    0下载:
  2. Fisher Linear Discriminant
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:189440
    • 提供者:HOU
  1. discriminant-analysis

    0下载:
  2. 判别分析的matlab源代码,文件中有三种方法,每种方法都有测试数据-Discriminant analysis matlab source code, documentation there are three methods, each method has the test data
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:yumingwei
  1. software-online-LDA

    0下载:
  2. Incremental Linear Discriminant Analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:45056
    • 提供者:nelsonvgg
  1. Pattern-recognition-experiment

    0下载:
  2. 基于Fisher线性判别的基因分类器的设计,里面有源程序-Fisher linear discriminant based on the gene classifier design, which has source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:90112
    • 提供者:
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org