Skip to content

Commit

Permalink
+ little doc QDA #418
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed May 18, 2012
1 parent 2e96c0f commit 27dd267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shogun/classifier/QDA.h
Expand Up @@ -27,6 +27,10 @@ namespace shogun

/** @brief Class QDA implements Quadratic Discriminant Analysis.
*
* QDA learns a quadratic classifier and requires examples to be CSimplefeatures.
* This classifier is optimal under the assumptions that the classes are normally
* distributed (i.e. they are Gaussians). Unlike LDA, QDA does not assume that all
* the classes are distributed with equal co-variance.
* TODO
*/
class CQDA : public CMachine
Expand Down

0 comments on commit 27dd267

Please sign in to comment.