iRoCS Toolbox
1.1.0
src
libsvmtl
SVMApplicationWithDefaults.hh
Go to the documentation of this file.
1
/**************************************************************************
2
*
3
* Copyright (C) 2004-2015 Olaf Ronneberger, Florian Pigorsch, Jörg Mechnich,
4
* Thorsten Falk
5
*
6
* Image Analysis Lab, University of Freiburg, Germany
7
*
8
* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 3 of the License, or
11
* (at your option) any later version.
12
*
13
* This program 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
16
* GNU 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 Foundation,
20
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
*
22
**************************************************************************/
23
24
/**************************************************************************
25
** Title:
26
** $RCSfile$
27
** $Revision: 476 $$Name$
28
** $Date: 2004-08-26 10:36:59 +0200 (Thu, 26 Aug 2004) $
29
** Copyright: GPL $Author: ronneber $
30
** Description:
31
**
32
**
33
**
34
**-------------------------------------------------------------------------
35
**
36
** $Log$
37
** Revision 1.1 2004/08/26 08:36:59 ronneber
38
** initital import
39
**
40
**
41
**
42
**************************************************************************/
43
#ifndef SVMAPPLICATIONWITHDEFAULTS_HH
44
#define SVMAPPLICATIONWITHDEFAULTS_HH
45
46
#ifdef HAVE_CONFIG_H
47
#include <config.hh>
48
#endif
49
50
#include "
BasicFV.hh
"
51
#include "
DefaultMultiClassList.hh
"
52
#include "
DefaultTwoClassList.hh
"
53
#include "
DefaultOneClassList.hh
"
54
#include "
DefaultKernelList.hh
"
55
#include "
AlgorithmLists.hh
"
56
#include "
LoadSaveASCII.hh
"
57
#include "
SVMApplication.hh
"
58
59
60
namespace
svt
61
{
62
typedef
SVMApplication< BasicFV,
63
AlgorithmLists< DefaultMultiClassList,
64
DefaultTwoClassList,
65
DefaultOneClassList
,
66
DefaultKernelList>,
67
LoadSaveASCII
>
SVMApplicationWithDefaults
;
68
}
69
70
#endif
AlgorithmLists.hh
svt
Definition:
adjustUniqueIDs.hh:61
SVMApplication.hh
DefaultTwoClassList.hh
BasicFV.hh
LoadSaveASCII.hh
svt::SVMApplicationWithDefaults
SVMApplication< BasicFV, AlgorithmLists< DefaultMultiClassList, DefaultTwoClassList, DefaultOneClassList, DefaultKernelList >, LoadSaveASCII > SVMApplicationWithDefaults
Definition:
SVMApplicationWithDefaults.hh:67
DefaultOneClassList.hh
DefaultMultiClassList.hh
svt::LoadSaveASCII
Definition:
LoadSaveASCII.hh:84
svt::DefaultOneClassList
svt::TList_end DefaultOneClassList
Definition:
DefaultOneClassList.hh:58
DefaultKernelList.hh
Generated on Wed Jul 31 2019 12:33:03 for iRoCS Toolbox by
1.8.13