diff options
author | Calvin <calvin@EESI> | 2013-03-25 13:38:38 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-03-25 13:38:38 -0400 |
commit | b64b7792d567878ebde52a2385f755a41e1a83a5 (patch) | |
tree | f7bf54f3d632ee9847d167a5dd67d8abb0098745 /FEAST | |
parent | 2760fc4511b08d84dfc6d94611a743db7179ab2d (diff) |
add a printf debugging statement
Diffstat (limited to 'FEAST')
-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*/ |