kareem dsp
Junior Member level 1
- Joined
- Oct 24, 2012
- Messages
- 18
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,283
- Activity points
- 1,419
hey every one i used the classify function in matlab to implement Discriminant analysis to classify two groups how can we know the most important predictors or the important of each predictors (variables) we used in Discriminant analysis (i have 11 predictors ).
i used this function in matlab
[class,err,coeff] = classify(sample,training,group);
where sample is 476*11 and training 9520*11 and in the result coeff was 476*2
thanks for advance
i used this function in matlab
[class,err,coeff] = classify(sample,training,group);
where sample is 476*11 and training 9520*11 and in the result coeff was 476*2
thanks for advance