|
|
@@ -631,7 +631,9 @@ vector<vector<float> > SparccCommand::driver(vector<vector<float> >& sharedVecto |
|
|
else if(observedValue < 0 && randValue < observedValue){ pValues[j][k]++; }//pvalues of small rho values
|
|
|
}
|
|
|
}
|
|
|
- if((i+1) % (int)(numPermutations * 0.05) == 0){ cout << i+1 << endl; }
|
|
|
+
|
|
|
+ float done = numPermutations * 0.05;
|
|
|
+ if((i+1) % (int)(done) == 0){ cout << i+1 << endl; }
|
|
|
}
|
|
|
|
|
|
return pValues;
|
|
|
|
0 comments on commit
dfe9e4e