SimpleFeatures.cpp

Go to the documentation of this file.
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 "features/SimpleFeatures.h"
00012 
00013 #ifdef HAVE_BOOST_SERIALIZATION
00014 
00015 #include <boost/serialization/export.hpp>
00016 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleFeatures<int32_t>, "CSimpleFeatures_int32");
00017 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleFeatures<int64_t>, "CSimpleFeatures_int64");
00018 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleFeatures<float32_t>, "CSimpleFeatures_float32");
00019 BOOST_CLASS_EXPORT_GUID(shogun::CSimpleFeatures<float64_t>, "CSimpleFeatures_float64");
00020 #endif //HAVE_BOOST_SERIALIZATION
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation