We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfe018 commit 6f1972eCopy full SHA for 6f1972e
examples/classification/plot_lda_qda.py
@@ -1,9 +1,13 @@
1
"""
2
====================================================================
3
-Linear and Quadratic Discriminant Analysis with confidence ellipsoid
+Linear and Quadratic Discriminant Analysis with covariance ellipsoid
4
5
6
-Plot the confidence ellipsoids of each class and decision boundary
+This example plots the covariance ellipsoids of each class and
7
+decision boundary learned by LDA and QDA. The ellipsoids display
8
+the double standard deviation for each class. With LDA, the
9
+standard deviation is the same for all the classes, while each
10
+class has its own standard deviation with QDA.
11
12
print(__doc__)
13
0 commit comments