Ignore:
Timestamp:
Oct 10, 2006, 2:08:45 PM (17 years ago)
Author:
Jari Häkkinen
Message:

References #83. Changing project name to yat. Compilation will fail in this revision.

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  
    44  Copyright (C) 2006 Peter Johansson
    55
    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
    87
    9   The c++ tools library is free software; you can redistribute it
    10   and/or modify it under the terms of the GNU General Public License
    11   as published by the Free Software Foundation; either version 2 of
    12   the License, 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.
    1312
    14   The c++ tools library is distributed in the hope that it will be
    15   useful, but WITHOUT ANY WARRANTY; without even the implied warranty
    16   of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
     13  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
    1716  General Public License for more details.
    1817
     
    2322*/
    2423
    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"
    2827
    2928#include <algorithm>
Note: See TracChangeset for help on using the changeset viewer.