aboutsummaryrefslogtreecommitdiff
path: root/feast.py
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-04-03 17:15:07 -0400
committerCalvin <calvin@EESI>2013-04-03 17:15:07 -0400
commit2925f1e93b6618af955b1190e100531b9f947ad5 (patch)
tree6e837b4a0f1e5ebf3b2a7e8cf326fd1437262a3d /feast.py
parent55fe3159f3429fe66db33ae0b0682a7283b75459 (diff)
fix spelling error
Diffstat (limited to 'feast.py')
-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.