Changeset 559 for trunk/lib/classifier/KernelLookup.h
- Timestamp:
- Mar 11, 2006, 11:21:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/classifier/KernelLookup.h
r555 r559 68 68 const std::vector<size_t>& column); 69 69 70 /// 71 /// Constructor taking the column (default) or row index vector as 72 /// input. If @a row is false the created KernelLookup will have 73 /// equally many rows as @a kernel. 74 /// 75 /// @note If underlying matrix goes out of scope or is deleted, the 76 /// KernelLookup becomes invalid and the result of further use is 77 /// undefined. 78 /// 79 KernelLookup(const KernelLookup& kernel, const std::vector<size_t>&, 80 const bool row=false); 81 70 82 /// 71 83 /// @brief Destructor
Note: See TracChangeset
for help on using the changeset viewer.