Changeset 1620 for branches/0.4-stable/yat
- Timestamp:
- Nov 7, 2008, 6:35:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/yat/utility/Index.h
r1392 r1620 33 33 namespace utility { 34 34 35 /// 36 /// Internal Class keeping track of which samples are support vectors and 37 /// not. The first nof_sv elements in the vector are indices of the 38 /// support vectors 39 /// 35 /** 36 \brief Class for storing indices of, e.g., a MatrixLookup. 37 38 This class is basically a wrapper around std::vector<size_t>. The 39 major differences are that the class is constant and copying is 40 performed in constant time (shallow copy). 41 */ 40 42 class Index 41 43 {
Note: See TracChangeset
for help on using the changeset viewer.