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/Kernel.cc

    r659 r675  
    11// $Id$
    22
    3 #include <c++_tools/classifier/Kernel.h>
     3/*
     4  Copyright (C) The authors contributing to this file.
    45
    5 #include <c++_tools/classifier/DataLookup1D.h>
    6 #include <c++_tools/classifier/DataLookupWeighted1D.h>
    7 #include <c++_tools/classifier/KernelFunction.h>
    8 #include <c++_tools/classifier/MatrixLookup.h>
     6  This file is part of the yat library, http://lev.thep.lu.se/trac/yat
     7
     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.
     12
     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
     16  General Public License for more details.
     17
     18  You should have received a copy of the GNU General Public License
     19  along with this program; if not, write to the Free Software
     20  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     21  02111-1307, USA.
     22*/
     23
     24#include "yat/classifier/Kernel.h"
     25
     26#include "yat/classifier/DataLookup1D.h"
     27#include "yat/classifier/DataLookupWeighted1D.h"
     28#include "yat/classifier/KernelFunction.h"
     29#include "yat/classifier/MatrixLookup.h"
    930
    1031#include <vector>
Note: See TracChangeset for help on using the changeset viewer.