Changeset 102 for trunk/src/InputRanker.h
- Timestamp:
- Jun 15, 2004, 11:40:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/InputRanker.h
r89 r102 16 16 namespace cpptools { 17 17 /// 18 /// Class for ranking the columns in a matrix, using ROC (this could19 /// and thetarget vector.18 /// Class for ranking the columns in a matrix, using a Score and a 19 /// target vector. 20 20 /// 21 21 class InputRanker … … 24 24 public: 25 25 /// 26 /// Constructor taking data, target and vector defining what26 /// Constructor taking data, target, and vector defining what 27 27 /// samples to use (default is to use all samples) 28 28 /// 29 29 InputRanker(const gslapi::matrix&, const gslapi::vector&, 30 const std::vector<size_t>= std::vector<size_t>());30 const std::vector<size_t>& = std::vector<size_t>()); 31 31 32 32 ///
Note: See TracChangeset
for help on using the changeset viewer.