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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -