Changeset 666 for trunk/c++_tools/classifier/ConsensusInputRanker.h
- Timestamp:
- Oct 6, 2006, 6:07:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/classifier/ConsensusInputRanker.h
r615 r666 5 5 6 6 #include <c++_tools/classifier/InputRanker.h> 7 #include <c++_tools/classifier/IRRetrieve.h> 7 8 8 9 namespace theplu { … … 48 49 /// Truly does nothing but creates a few empty member vectors. 49 50 /// 50 //ConsensusInputRanker(void);51 ConsensusInputRanker(const IRRetrieve&); 51 52 52 53 /// … … 57 58 /// 58 59 ConsensusInputRanker(const Sampler& sampler, const MatrixLookup&, 59 statistics::Score& s );60 statistics::Score& s, const IRRetrieve&); 60 61 61 62 /// … … 67 68 ConsensusInputRanker(const Sampler& sampler, 68 69 const MatrixLookupWeighted& data, 69 statistics::Score& score );70 statistics::Score& score, const IRRetrieve&); 70 71 71 72 /// … … 102 103 std::vector<InputRanker> input_rankers_; 103 104 std::vector<size_t> rank_; 105 const IRRetrieve& retriever_; 104 106 105 107 };
Note: See TracChangeset
for help on using the changeset viewer.