kernel_traits.hpp

Go to the documentation of this file.
00001 
00023 #ifndef __MLPACK_CORE_KERNELS_KERNEL_TRAITS_HPP
00024 #define __MLPACK_CORE_KERNELS_KERNEL_TRAITS_HPP
00025 
00026 namespace mlpack {
00027 namespace kernel {
00028 
00036 template<typename KernelType>
00037 class KernelTraits
00038 {
00039  public:
00043   static const bool IsNormalized = false;
00044 };
00045 
00046 }; // namespace kernel
00047 }; // namespace mlpack
00048 
00049 #endif

Generated on 13 Aug 2014 for MLPACK by  doxygen 1.6.1