Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
defines/methods.hpp
Go to the documentation of this file.
1 /* This software is distributed under BSD 3-clause license (see LICENSE file).
2  *
3  * Copyright (c) 2012-2013 Sergey Lisitsyn
4  */
5 
6 #ifndef TAPKEE_DEFINES_METHODS_H_
7 #define TAPKEE_DEFINES_METHODS_H_
8 
9 namespace tapkee
10 {
13  {
57  PCA,
72  };
73 
74 #ifndef DOXYGEN_SHOULD_SKIP_THIS
75  // Methods identification
96 #endif // DOXYGEN_SHOULD_SKIP_THS
97 
100  {
106 #ifdef TAPKEE_USE_LGPL_COVERTREE
107 
108 
110 #endif
111  };
112 #ifdef TAPKEE_USE_LGPL_COVERTREE
114 #else
116 #endif
117 
120  {
121 #ifdef TAPKEE_WITH_ARPACK
122 
123 
124 
126 #endif
127 
128 
133  };
134 #ifdef TAPKEE_WITH_ARPACK
136 #else
138 #endif
139 
140 }
141 
142 #endif
143