From 2925f1e93b6618af955b1190e100531b9f947ad5 Mon Sep 17 00:00:00 2001 From: Calvin Date: Wed, 3 Apr 2013 17:15:07 -0400 Subject: fix spelling error --- feast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feast.py') 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. -- cgit v1.2.3