Changeset 2223 for trunk/yat/classifier/MatrixLookupWeighted.h
- Timestamp:
- Mar 19, 2010, 4:30:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/MatrixLookupWeighted.h
r2119 r2223 7 7 Copyright (C) 2006 Jari Häkkinen, Peter Johansson, Markus Ringnér 8 8 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 9 Copyright (C) 2009 Peter Johansson9 Copyright (C) 2009, 2010 Peter Johansson 10 10 11 11 This file is part of the yat library, http://dev.thep.lu.se/yat … … 27 27 #include "yat/utility/Container2DIterator.h" 28 28 #include "yat/utility/DataWeight.h" 29 #include "yat/utility/deprecate.h" 29 30 #include "yat/utility/Index.h" 30 31 #include "yat/utility/MatrixWeighted.h" … … 182 183 /// undefined. 183 184 /// 184 MatrixLookupWeighted(const MatrixLookupWeighted& ml, 185 /// \deprecated Provided for backward compatibility with the 0.6 186 /// API. Use MatrixLookupWeighted(const MatrixLookupWeighted&, 187 /// const utility::Index&, const utility::Index&) 188 /// 189 MatrixLookupWeighted(const MatrixLookupWeighted& ml, 185 190 const utility::Index&, 186 const bool row_vectors) ;191 const bool row_vectors) YAT_DEPRECATE; 187 192 188 193 ///
Note: See TracChangeset
for help on using the changeset viewer.