diff options
author | Gregory Ditzler <gditzler@Gregorys-MacBook-Pro.local> | 2013-03-25 13:41:06 -0400 |
---|---|---|
committer | Gregory Ditzler <gditzler@Gregorys-MacBook-Pro.local> | 2013-03-25 13:41:06 -0400 |
commit | 13e3c413e80f1cc781e3f03083cccccb820223c6 (patch) | |
tree | 9e2cdaa940e137a6335171ad63edb05034e5f856 | |
parent | 553edf5a8c482c8fd1d6009c134a1ef41aef8996 (diff) | |
parent | b64b7792d567878ebde52a2385f755a41e1a83a5 (diff) |
Merge branch 'master' of rosalind.ece.drexel.edu:/data/git/fizzy
-rw-r--r-- | FEAST/FEAST/FSToolbox/JMI.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FEAST/FEAST/FSToolbox/JMI.c b/FEAST/FEAST/FSToolbox/JMI.c index f7574da..64f8807 100644 --- a/FEAST/FEAST/FSToolbox/JMI.c +++ b/FEAST/FEAST/FSToolbox/JMI.c @@ -156,6 +156,7 @@ void JMI(int k, int noOfSamples, int noOfFeatures, double *featureMatrix, double for (i = 0; i < k; i++) { + printf("%f\n", outputFeatures[i]); outputFeatures[i] += 1; /*C indexes from 0 not 1*/ }/*for number of selected features*/ |