Changeset 675 for trunk/c++_tools/classifier/SubsetGenerator.h
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/classifier/SubsetGenerator.h
r648 r675 7 7 Copyright (C) 2006 Markus Ringnér, Peter Johansson 8 8 9 This file is part of the thep c++ tools library, 10 http://lev.thep.lu.se/trac/c++_tools 9 This file is part of the yat library, http://lev.thep.lu.se/trac/yat 11 10 12 The c++ tools library is free software; you can redistribute it13 and/or modify it under the terms of the GNU General Public License14 as published by the Free Software Foundation; either version 2 of15 theLicense, or (at your option) any later version.11 The yat library is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License as 13 published by the Free Software Foundation; either version 2 of the 14 License, or (at your option) any later version. 16 15 17 The c++ tools library is distributed in the hope that it will be18 useful, but WITHOUT ANY WARRANTY; without even the implied warranty19 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU16 The yat library is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 19 General Public License for more details. 21 20 … … 25 24 02111-1307, USA. 26 25 */ 27 #include <c++_tools/classifier/Target.h> 28 #include <c++_tools/classifier/Sampler.h> 26 27 #include "yat/classifier/Target.h" 28 #include "yat/classifier/Sampler.h" 29 29 30 30 #include <vector>
Note: See TracChangeset
for help on using the changeset viewer.