Changeset 108 for trunk/src/InputRanker.h
- Timestamp:
- Jun 16, 2004, 3:08:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/InputRanker.h
r102 r108 8 8 #include "vector.h" 9 9 #include "matrix.h" 10 #include "Score.h" 10 11 11 12 // Standard C++ includes … … 24 25 public: 25 26 /// 26 /// Constructor taking data, target, and vector defining what 27 /// samples to use (default is to use all samples) 27 /// Constructor taking data, target, pointer to a Score 28 /// object and vector defining what samples to use (default is to 29 /// use all samples) 28 30 /// 29 InputRanker(const gslapi::matrix&, const gslapi::vector&, 31 InputRanker(const gslapi::matrix&, 32 const gslapi::vector&, 33 Score&, 30 34 const std::vector<size_t>& = std::vector<size_t>()); 31 35
Note: See TracChangeset
for help on using the changeset viewer.