搜索资源列表

  1. RAFisher2cda

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

    • 发布日期:2024-10-06
    • 文件大小:974848
    • 提供者:高山
  1. 现代统计学与SAS应用

    0下载:
  2. 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fish
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-06
    • 文件大小:742400
    • 提供者:苏吉
  1. LDA

    0下载:
  2. 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人耳识别会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于LDA的人耳识别。文章对几种基于LDA的人耳识别方法做了理论上的比较和实验数据的支持,这些方法包括Fisherears、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法 -Linear Discriminant Analys
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-06
    • 文件大小:2129920
    • 提供者:冷福
  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-10-06
    • 文件大小:1024
    • 提供者:李伟
  1. fisher.m.tar

    0下载:
  2. 模式识别经典算法:fisher判别分析的二次优化形式实现。-Classic pattern recognition algorithms: fisher discriminant analysis achieved in the form of quadratic optimization.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:ade
  1. PR_AI_code

    0下载:
  2. 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Di
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-06
    • 文件大小:14680064
    • 提供者:
  1. kfd2

    0下载:
  2. 基于核的fisher判别分析,中文文献,从各个核心期刊中收集,希望对大家有用-Kernel-based fisher discriminant analysis, English literature, from all the core collection of journals, U.S. hope to be useful
  3. 所属分类:文档资料

    • 发布日期:2024-10-06
    • 文件大小:905216
    • 提供者:宦若虹
  1. lda

    0下载:
  2. 关于线性(FISHER)判别分析的中文文献,从核心期刊中下载得到。-About Linear (FISHER) Discriminant Analysis of English literature, from the core journals have been downloaded.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-06
    • 文件大小:2473984
    • 提供者:宦若虹
  1. 07063257

    0下载:
  2. 编写fisher判别分析的程序并自选地理数据实验 要求:能正确读取数据;程序界面友好,操作简便;功能齐全(包括构造判别式、合理性检验、预测、因素分析等);-Fisher discriminant analysis prepared by the procedures and experimental geo-data-on-demand requirements: to read the data correctly proced
  3. 所属分类:Windows编程

    • 发布日期:2024-10-06
    • 文件大小:24576
    • 提供者:唐伟成
  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-10-06
    • 文件大小:2048
    • 提供者:gcl
  1. FisherExactTest

    0下载:
  2. fisher判别分析方法的MATLAB程序实现-fisher discriminant analysis procedures for implementation of the MATLAB
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-06
    • 文件大小:4096
    • 提供者:
  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-10-06
    • 文件大小:435200
    • 提供者:李洪涛
  1. FisherLDA

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

    • 发布日期:2024-10-06
    • 文件大小: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-10-06
    • 文件大小:1024
    • 提供者:王庆香
  1. fisher

    0下载:
  2. 用于判别分析的fisher判别分析,由谢中华老师编写的源程序-Discriminant analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:3072
    • 提供者:李璁
  1. fisher

    0下载:
  2. 可以对测井值进行Fisher判别分析,达到对储层类别的识别-Fisher discriminant analysis, logging value to achieve recognition for reservoir category
  3. 所属分类:其他小程序

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:zhangpan
  1. fisher

    0下载:
  2. Fisher判别分析,能够通过该程序,实现相应的样本分类-Fisher discriminant analysis, through the program, realize the classification of samples of the corresponding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-10-06
    • 文件大小:3072
    • 提供者:xiaoxue
  1. fisher判别分析

    2下载:
  2. 利用fisher判别分析对于鸢尾花数据集进行分类(Fisher discriminant analysis was used to classify iris data sets)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:4096
    • 提供者:wallace
  1. fisherT

    0下载:
  2. 一段用于数据分类,分级的费舍尔判别分析算法,MATLAB代码(A Fisher discriminant analysis algorithm for data classification and classification, MATLAB code)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:付小雅
  1. 核Fisher鉴别分析方法(KFDA)

    0下载:
  2. 基于核函数的Fisher分类判别,用于比同种类的分类。(Fisher classification based on kernel function)
  3. 所属分类:matlab例程

    • 发布日期:2024-10-06
    • 文件大小:1024
    • 提供者:wuna
« 12 3 4 »

源码中国 www.ymcn.org