Changeset 779 for trunk/test/feature_selection_test.cc
- Timestamp:
- Mar 5, 2007, 7:58:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/feature_selection_test.cc
r680 r779 24 24 #include "yat/classifier/FeatureSelectorIR.h" 25 25 #include "yat/classifier/FeatureSelectorRandom.h" 26 #include "yat/statistics/ROC .h"26 #include "yat/statistics/ROCscore.h" 27 27 28 28 #include <fstream> … … 45 45 bool ok = true; 46 46 47 statistics::ROC roc;47 statistics::ROCscore roc; 48 48 classifier::FeatureSelectorIR f(roc, 12); 49 49 classifier::FeatureSelectorRandom f2(12);
Note: See TracChangeset
for help on using the changeset viewer.