Changeset 1746 for trunk/yat/utility/Index.h
- Timestamp:
- Jan 23, 2009, 5:59:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Index.h
r1528 r1746 31 31 namespace utility { 32 32 33 /// 34 /// Internal Class keeping track of which samples are support vectors and 35 /// not. The first nof_sv elements in the vector are indices of the 36 /// support vectors 37 /// 33 /** 34 \brief Class for storing indices of, e.g., a MatrixLookup. 35 36 This class is basically a wrapper around std::vector<size_t>. The 37 major differences are that the class is constant and copying is 38 performed in constant time (shallow copy). 39 */ 38 40 class Index 39 41 {
Note: See TracChangeset
for help on using the changeset viewer.