diff options
author | Calvin <calvin@EESI> | 2013-04-03 17:15:07 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-04-03 17:15:07 -0400 |
commit | 2925f1e93b6618af955b1190e100531b9f947ad5 (patch) | |
tree | 6e837b4a0f1e5ebf3b2a7e8cf326fd1437262a3d /feast.py | |
parent | 55fe3159f3429fe66db33ae0b0682a7283b75459 (diff) |
fix spelling error
Diffstat (limited to 'feast.py')
-rw-r--r-- | feast.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |