eth-selector.h

Go to the documentation of this file.
00001 // Copyright 2007, Massachusetts Institute of Technology.
00002 // The use of this code is permitted for research only. There is
00003 // absolutely no warranty for this software.
00004 //
00005 // Author: John Lee (jjl@mit.edu)
00006 //
00007 
00008 #ifndef EXPERIMENT_ETH_SELECTOR_H
00009 #define EXPERIMENT_ETH_SELECTOR_H
00010 
00011 #include "experiment/example-selector.h"
00012 
00013 using namespace libpmk;
00014 
00015 namespace libpmk_util {
00016 
00018 class ETHSelector : public ExampleSelector {
00019 public:
00027   ETHSelector(const vector<int>& labels, int which_test);
00028 
00029 protected:
00030   virtual void SelectExamples();
00031 
00032 private:
00033   int which_test_;
00034 };
00035 }  // namespace libpmk_util
00036 
00037 #endif  // EXPERIMENT_ETH_SELECTOR_H

Generated on Fri Sep 21 11:39:04 2007 for libpmk2 by  doxygen 1.5.1