Kernel Discriminant Analysis

Version 1.0.0.0 (2.94 KB) by Zhihong
In paper [2], we present an efficientapproach
1.2K Downloads
Updated 25 Oct 2011

View License

Examples:
%
% fea = rand(50,70);
% gnd = [ones(10,1);ones(15,1)*2;ones(10,1)*3;ones(15,1)*4];
% options.KernelType = 'Gaussian';
% options.t = 1;
% [eigvector, eigvalue] = KDA(gnd, options, fea);
%
% feaTest = rand(3,10);
% Ktest = constructKernel(feaTest,fea,options)
% Y = Ktest*eigvector;

Cite As

Zhihong (2026). Kernel Discriminant Analysis (https://www.mathworks.com/matlabcentral/fileexchange/33435-kernel-discriminant-analysis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Tags Add Tags
Version Published Release Notes
1.0.0.0