Changeset 675 for trunk/c++_tools/classifier/CrossValidationSampler.cc
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/classifier/CrossValidationSampler.cc
-
Property
svn:eol-style
set to
native
-
Property
svn:keywords
set to
Author Date Id Revision
r615 r675 4 4 Copyright (C) 2006 Peter Johansson 5 5 6 This file is part of the thep c++ tools library, 7 http://lev.thep.lu.se/trac/c++_tools 6 This file is part of the yat library, http://lev.thep.lu.se/trac/yat 8 7 9 The c++ tools library is free software; you can redistribute it10 and/or modify it under the terms of the GNU General Public License11 as published by the Free Software Foundation; either version 2 of12 theLicense, or (at your option) any later version.8 The yat library is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License as 10 published by the Free Software Foundation; either version 2 of the 11 License, or (at your option) any later version. 13 12 14 The c++ tools library is distributed in the hope that it will be15 useful, but WITHOUT ANY WARRANTY; without even the implied warranty16 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU13 The yat library is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 16 General Public License for more details. 18 17 … … 23 22 */ 24 23 25 #include <c++_tools/classifier/CrossValidationSampler.h>26 #include <c++_tools/classifier/Target.h>27 #include <c++_tools/random/random.h>24 #include "yat/classifier/CrossValidationSampler.h" 25 #include "yat/classifier/Target.h" 26 #include "yat/random/random.h" 28 27 29 28 #include <algorithm> -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.