Changeset 642 for trunk/test/feature_selection_test.cc
- Timestamp:
- Sep 7, 2006, 11:13:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/feature_selection_test.cc
r605 r642 2 2 3 3 #include <c++_tools/classifier/FeatureSelectorIR.h> 4 #include <c++_tools/classifier/FeatureSelectorRandom.h> 4 5 #include <c++_tools/statistics/ROC.h> 5 6 … … 25 26 statistics::ROC roc; 26 27 classifier::FeatureSelectorIR f(roc, 12); 28 classifier::FeatureSelectorRandom f2(12); 27 29 28 30 if (ok)
Note: See TracChangeset
for help on using the changeset viewer.