00001 /* 00002 * This program is free software; you can redistribute it and/or modify 00003 * it under the terms of the GNU General Public License as published by 00004 * the Free Software Foundation; either version 3 of the License, or 00005 * (at your option) any later version. 00006 * 00007 * Written (W) 2009 Christian Widmer 00008 * Copyright (C) 2009 Max-Planck-Society 00009 */ 00010 00011 #include "kernel/SimpleKernel.h" 00012 00013 #ifdef HAVE_BOOST_SERIALIZATION 00014 00015 #include <boost/serialization/export.hpp> 00016 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleKernel<int32_t>, "CSimpleKernel_int32"); 00017 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleKernel<int64_t>, "CSimpleKernel_int64"); 00018 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleKernel<float32_t>, "CSimpleKernel_float32"); 00019 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleKernel<float64_t>, "CSimpleKernel_float64"); 00020 #endif //HAVE_BOOST_SERIALIZATION