Skip to content

Commit

Permalink
Fix docs mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherjenness committed Nov 28, 2017
1 parent d3bfe3c commit 579b976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ML/discriminantanalysis.py
Expand Up @@ -13,8 +13,8 @@
class DiscriminentAnalysis():
"""
Class for implimenting Regularized Discriminent Analysis
LDA is performed when alpha == 1
QDA is performed when alpha == 2
LDA is performed when alpha=0
QDA is performed when alpha=1
"""
def __init__(self, alpha=1.0):
"""
Expand Down

0 comments on commit 579b976

Please sign in to comment.