Ignore:
Timestamp:
Oct 6, 2006, 6:07:54 AM (17 years ago)
Author:
Peter
Message:

refs #151, added IRRetreive functors and prepared ConsensusInputRanker? for usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/c++_tools/classifier/ConsensusInputRanker.h

    r615 r666  
    55
    66#include <c++_tools/classifier/InputRanker.h>
     7#include <c++_tools/classifier/IRRetrieve.h>
    78
    89namespace theplu {
     
    4849    /// Truly does nothing but creates a few empty member vectors.
    4950    ///
    50     //ConsensusInputRanker(void);
     51    ConsensusInputRanker(const IRRetrieve&);
    5152   
    5253    ///
     
    5758    ///
    5859    ConsensusInputRanker(const Sampler& sampler, const MatrixLookup&,
    59                          statistics::Score& s);
     60                         statistics::Score& s, const IRRetrieve&);
    6061   
    6162    ///
     
    6768    ConsensusInputRanker(const Sampler& sampler,
    6869                         const MatrixLookupWeighted& data,
    69                          statistics::Score& score);
     70                         statistics::Score& score, const IRRetrieve&);
    7071   
    7172    ///
     
    102103    std::vector<InputRanker> input_rankers_;
    103104    std::vector<size_t> rank_;
     105    const IRRetrieve& retriever_;
    104106
    105107  };
Note: See TracChangeset for help on using the changeset viewer.