Skip to content

Commit

Permalink
Made sparse inverse covariance not that verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jun 11, 2012
1 parent f5163e8 commit 90641c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/slep/SpInvCoVa/invCov.cpp
Expand Up @@ -199,7 +199,7 @@ void invCov(double *Theta, double *W, double *S, double lambda, double sum_S, in
W_old[i*n+j]=W[i*n+j];
}

printf("\n Outer Loop: %d, gap %e\n",iter_step,gap);
/* printf("\n Outer Loop: %d, gap %e\n",iter_step,gap); */


if ( (gap <= xtol) || (iter_step==maxIter-1) ){
Expand Down

0 comments on commit 90641c6

Please sign in to comment.