Changeset 1165 for trunk/yat/classifier/Kernel.h
- Timestamp:
- Feb 26, 2008, 8:06:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Kernel.h
r1163 r1165 36 36 namespace classifier { 37 37 38 class DataLookup2D;39 38 class MatrixLookup; 40 39 class MatrixLookupWeighted; … … 109 108 /// @return const reference to the underlying data. 110 109 /// 111 const DataLookup2D& data(void) const; 110 /// \throw if data in weighted 111 /// 112 const MatrixLookup& data(void) const; 113 114 /// 115 /// @return const reference to the underlying data. 116 /// 117 /// \throw if data in unweighted 118 /// 119 const MatrixLookupWeighted& data_weighted(void) const; 112 120 113 121 ///
Note: See TracChangeset
for help on using the changeset viewer.