added a verbose message to indicate what IC we are on during deflation approach

This commit is contained in:
tekhnofiend
2008-01-26 21:09:00 +00:00
parent 9c9c7267e7
commit 36d55b34ea
+1
View File
@@ -949,6 +949,7 @@ class FastICA {
index_t num_failures = 0;
while(round < num_of_IC()) {
VERBOSE_ONLY( printf("Estimating IC %d\n", round + 1) );
mu_ = mu_orig;
used_nonlinearity = g_orig;
stroke = 0;