aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/feast.py b/feast.py
index 34d81a3..9bb2b9f 100644
--- a/feast.py
+++ b/feast.py
@@ -31,7 +31,7 @@ def BetaGamma(data, labels, n_select, beta=1.0, gamma=1.0):
'''
BetaGamma(data, labels, n_select, beta=1.0, gamma=1.0)
- This algotihm implements conditional mutual information
+ This algorithm implements conditional mutual information
feature select, such that beta and gamma control the
weight attached to the redundant mutual and conditional
mutual information, respectively.