python - Is scikit's Linear Discriminant Analysis and Fisher Discriminant Analysis the same method? -



python - Is scikit's Linear Discriminant Analysis and Fisher Discriminant Analysis the same method? -

i know if lda method implemented in scikit's package python same fisher linear discriminant method.

from saw guess ...

thanks

fda lda practical point of view, actual difference comes theory lead classifier's rule, lda assumes gaussian distributions , fisher's thought analyze ratio of inner/outer class variances.

@badc0re reply incorrectly "merges" fisher's discriminant analysis (fda) , kernel fisher discriminant (kda), has nil question.

python machine-learning scikit-learn

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -