Skip to content

Commit 6f1972e

Browse files
dalmiajnothman
authored andcommitted
[MRG] DOC explaining the physical meaning of the ellipsoids (scikit-learn#7856)
1 parent 9dfe018 commit 6f1972e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/classification/plot_lda_qda.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
"""
22
====================================================================
3-
Linear and Quadratic Discriminant Analysis with confidence ellipsoid
3+
Linear and Quadratic Discriminant Analysis with covariance ellipsoid
44
====================================================================
55
6-
Plot the confidence ellipsoids of each class and decision boundary
6+
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.
711
"""
812
print(__doc__)
913

0 commit comments

Comments
 (0)