CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - linear discriminant analysis

搜索资源列表

  1. LinearDA

    0下载:
  2. Performs linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1189
    • 提供者:samsom
  1. LDA-iris

    0下载:
  2. 本人用MATLAB编写的线性判别分析程序,识别率很高-I use the MATLAB program written in linear discriminant analysis to identify the high rate of
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2272
    • 提供者:yupan
  1. regularizedLDA

    0下载:
  2. Matlab source codes for the regularized linear discriminant analysis (R-LDA) * * Author: Lu Juwei * * Bell Canada Multimedia Lab, Dept. of ECE, U. of Toronto * * Released in 01 November 2004-Matlab source codes for the regularized linear di
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:649125
    • 提供者:王扶助
  1. lda

    0下载:
  2. 对有类别监督的数据进行先行判别分析用于降维 数据为结构体类型,返回数据也是降维后的结构体类型。如(a.X a.y)a.X是带有类别的数据,a.y是类别信息-Synopsis: model = lda(data) model = lda(data,new_dim) Descr iption: This function is implementation of Linear Discriminant Analysis. The goal
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1197
    • 提供者:zoujijin
  1. KERNEL-LDA

    0下载:
  2. Kernel Discriminant Analysis a kernel extension of Linear Discriminant Analysis technique which is a well-known feature extraction technique.-Kernel Discriminant Analysis is a kernel extension of Linear Discriminant Analysis technique which is a well
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3482
    • 提供者:rem
  1. pldacode

    0下载:
  2. 基于Probabilistic Linear Discriminant Analysis的人脸识别matlab源码-matlab code for probabilistic linear discriminant analysis applied to face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:15820
    • 提供者:wanghongxiao
  1. r-lda

    0下载:
  2. This Linear Discriminant Analysis code. It is made for image processing, especially in face recognition.-This is Linear Discriminant Analysis code. It is made for image processing, especially in face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:758103
    • 提供者:Edward
  1. LDA

    0下载:
  2. 基本思想是选择使得Fisher准则函数达到极值的向量作为最佳投影方向,从而使得样本在该方向上投影后,达到最大的类间离散度和最小的类内离散度。-Linear Discriminant Analysis (Generally, LDA can also use LGE as a subroutine. However, we can use the special graph structure of LDA to obtain some computational benefits.)
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:2998
    • 提供者:caolinlin
  1. LDA

    0下载:
  2. 线性判别分析法源代码,LDA算法,输出分类结果-Linear discriminant analysis method source code, to output the classification results
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:小猪
  1. LDA

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

    • 发布日期:2017-04-14
    • 文件大小:2669
    • 提供者:zxc
  1. ecg

    0下载:
  2. Cardiac arrhythmia diagnosis method using linear discriminant analysis on ECG signals
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:45154
    • 提供者:alishah
  1. Fisher-and-Perceptron

    0下载:
  2. Matlab实现Fisher线性分类器和Perceptron线性分类器,包含2D图形生成,实验数据采用井字棋数据-Fisher and Perceptron Linear Discriminant Analysis Matlab implementation using Tic-tac-toe data
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:5573
    • 提供者:
  1. FLD_based-Face-Recognition-System_v2-(1)

    0下载:
  2. fisher linear discriminant analysis
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:183312
    • 提供者:prema
  1. drtoolbox

    2下载:
  2. Matlab针对各种数据预处理的降维方法,源码集合。-Currently, the Matlab Toolbox for Dimensionality Reduction contains the following techniques: Principal Component Analysis (PCA) Probabilistic PCA Factor Analysis (FA) Sammon mapping Lin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:2029884
    • 提供者:jdzsj
  1. face

    1下载:
  2. 线性判别分析的人脸识别系统代码matlab程序,直接运行gui界面文件就可以了-Linear discriminant analysis for face recognition system code matlab procedures, directly run gui interface files can be
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:585363
    • 提供者:
  1. LDA_USPS

    1下载:
  2. 利用线性判别分析做USPS数据库的分类。代码可直接运行, 有详细注释。-Done using linear discriminant analysis classification USPS database. Code can be directly run, detailed notes.
  3. 所属分类:matlab

    • 发布日期:2016-01-02
    • 文件大小:1024
    • 提供者:
  1. lda0

    0下载:
  2. 利用线性判别分析实现对iris数据库的分类。代码可直接运行, 有详细注释。-Using linear discriminant analysis to achieve the classification of iris database. Code can be directly run, detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:912
    • 提供者:
  1. LDA-brief-theory

    0下载:
  2. It is a brief introduction of LINEAR DISCRIMINANT ANALYSIS.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:46549
    • 提供者:Praveen
  1. LDA

    0下载:
  2. LDA:线性判别分析方法。用于实现线性数据降维。采用K近邻分类器对数据进行分类-LDA: linear discriminant analysis method. Used to achieve linear data dimensionality reduction. Using K-nearest neighbor classifier for data classification
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:918
    • 提供者:彭霞
  1. LMDA

    0下载:
  2. LMDA:一种改进的线性判别方法。用于实现线性数据的降维,进行特征提取。-LMDA: An improved linear discriminant analysis. Used to achieve linear data dimensionality reduction, feature extraction.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1087
    • 提供者:彭霞
« 1 2 34 5 6 »
搜珍网 www.dssz.com