Changeset 779 for trunk/test/consensus_inputranker_test.cc
- Timestamp:
- Mar 5, 2007, 7:58:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/consensus_inputranker_test.cc
r680 r779 23 23 24 24 #include "yat/classifier/ConsensusInputRanker.h" 25 #include "yat/statistics/ROC .h"25 #include "yat/statistics/ROCscore.h" 26 26 #include "yat/utility/matrix.h" 27 27 #include "yat/classifier/MatrixLookup.h" … … 59 59 60 60 61 theplu::yat::statistics::ROC roc;61 theplu::yat::statistics::ROCscore roc; 62 62 theplu::yat::classifier::CrossValidationSampler sampler(target,30,3); 63 63 *error << "Building Consensus_Inputranker" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.