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

搜索资源列表

  1. LinearDiscriminant.rar

    0下载:
  2. 线形判别分析算法和knn最近邻算法的实现,Linear discriminant analysis algorithm and KNN nearest neighbor algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:111056
    • 提供者:huscar
  1. svm-km.rar

    2下载:
  2. 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
  3. 所属分类:matlab

    • 发布日期:2016-12-24
    • 文件大小:837392
    • 提供者:哈哈
  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 Dimensionality Reduction.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2026
    • 提供者:gcl
  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 analysis LDA. Using C++ language, dev
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:45953
    • 提供者:tangxiaojun
  1. DistgshAnalysis.m

    0下载:
  2. 判别分析的Matlab源码,很全面实用的程序-Matlab source code of the discriminant analysis, it is a comprehensive
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:张华
  1. Discriminant_Analysis_Programme

    0下载:
  2. matlab环境的判别分析代码 非常实用-discriminant analysis matlab environment very useful code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:147993
    • 提供者:yan
  1. LDA

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

    • 发布日期:2017-03-24
    • 文件大小:52142
    • 提供者:王学林
  1. PRproject_lda

    1下载:
  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 Linear Discriminant Analysis) algo
  3. 所属分类:Algorithm

    • 发布日期:2015-06-23
    • 文件大小:435187
    • 提供者:李洪涛
  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 labels of the training set (1
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1293
    • 提供者:王庆香
  1. PSO

    0下载:
  2. 在判别分析中使用粒子群优化算法求解最优判别函数-Particle Swarm Optimization(PSO)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:24532
    • 提供者:周景科
  1. Code_MATLAB_Statistical_Analysis

    3下载:
  2. 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability and mathematical statistics,&
  3. 所属分类:matlab例程

    • 发布日期:2013-07-29
    • 文件大小:32824
    • 提供者:
  1. discriminant-analysis

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

    • 发布日期:2017-03-31
    • 文件大小:9292
    • 提供者:yumingwei
  1. 《MATLAB统计分析与应用3》

    0下载:
  2. 距离判别分析法、贝叶斯判别分析法;主成分分析matlab函数等(Distance discriminant analysis, Bias discriminant analysis, principal component analysis, matlab function, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:18432
    • 提供者:ferryman
  1. fisher判别分析

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

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:wallace
  1. 判别分析

    0下载:
  2. 用来做判别分析,内含案例数据和代码,适用于初学者(Used for discriminant analysis, with case data and code, for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:351232
    • 提供者:粒粒栗
  1. 基于广义判别分析算法的matlab程序

    0下载:
  2. 这里面是基于广义判别分析算法的matlab程序(This is a Matlab program based on a generalized discriminant analysis algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:多尔衮
  1. LFDA

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

    • 发布日期:2020-10-18
    • 文件大小:2048
    • 提供者:曾礼
  1. 线性判别

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

    • 发布日期:2021-01-11
    • 文件大小:23552
    • 提供者:cc magic
  1. Matlab偏最小二乘法用于判别分析

    1下载:
  2. MATLAB偏最小二乘法用于判别分析,亲测可用(The partial least squares method of MATLAB is used for discriminant analysis, and the pro-test is available.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-28
    • 文件大小:32768
    • 提供者:slowwalkor
  1. 核Fisher鉴别分析方法(KFDA)

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

    • 发布日期:2021-03-06
    • 文件大小:1024
    • 提供者:wuna
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com