plugins/base1/se.lu.thep.wenni/trunk/bin/nni/nni.h

Code
Comments
Other
Rev Date Author Line
69 11 Feb 06 jari 1 // $Id$
69 11 Feb 06 jari 2
95 05 Apr 06 jari 3 /*
95 05 Apr 06 jari 4   Copyright (C) 2005, 2006 Jari Häkkinen
95 05 Apr 06 jari 5
95 05 Apr 06 jari 6   This file is part of WeNNI,
825 26 Nov 08 jari 7   http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI
95 05 Apr 06 jari 8
95 05 Apr 06 jari 9   WeNNI is free software; you can redistribute it and/or modify it
95 05 Apr 06 jari 10   under the terms of the GNU General Public License as published by
824 26 Nov 08 jari 11   the Free Software Foundation; either version 3 of the License, or
95 05 Apr 06 jari 12   (at your option) any later version.
95 05 Apr 06 jari 13
95 05 Apr 06 jari 14   WeNNI is distributed in the hope that it will be useful, but WITHOUT
95 05 Apr 06 jari 15   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
95 05 Apr 06 jari 16   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
95 05 Apr 06 jari 17   License for more details.
95 05 Apr 06 jari 18
95 05 Apr 06 jari 19   You should have received a copy of the GNU General Public License
824 26 Nov 08 jari 20   along with WeNNI. If not, see <http://www.gnu.org/licenses/>.
95 05 Apr 06 jari 21 */
95 05 Apr 06 jari 22
69 11 Feb 06 jari 23 #ifndef _theplu_wenni_nni_nni_
69 11 Feb 06 jari 24 #define _theplu_wenni_nni_nni_
69 11 Feb 06 jari 25
69 11 Feb 06 jari 26 namespace theplu {
69 11 Feb 06 jari 27 namespace wenni {
69 11 Feb 06 jari 28
69 11 Feb 06 jari 29   enum NNIalgorithm {
69 11 Feb 06 jari 30     kNNI,
69 11 Feb 06 jari 31     WeNNI
69 11 Feb 06 jari 32   };
69 11 Feb 06 jari 33
69 11 Feb 06 jari 34 }} // of namespace wenni and namespace theplu
69 11 Feb 06 jari 35
69 11 Feb 06 jari 36 #endif