필터 지우기
필터 지우기

How to use these LDA files mentioned in the hyperlink to perform LDA on DCT coeff of normalised iris?

조회 수: 3 (최근 30일)
This is the hyperlink: Liner Discriminant Analysis
I have found the DCT Coeff of normalized iris.
Now my aim is to perform LDA on these DCT coeff to extract the features from the normalized iris.
function [Y, W, lambda] = LDA(X, L)
Here what are the parameters X and L? Its not mentioned in the matlab files.
I am not able to understand how to make this code work.

채택된 답변

Aman
Aman 2024년 3월 15일
편집: Aman 2024년 3월 15일
Hi Ridhima,
As per my understanding, you want to know the input parameters for the "LDA" function.
The "LDA" function takes two input arguments, the first being "X", which is the feature vector, which will be the DCT coefficient in your case, and the second input to the function is "L", which is the target class. The same can be found in the "main.m" file on the file exchange link for the function.
I hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by