Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

SvmRepository.h

Go to the documentation of this file.
00001 #ifndef Impala_Persistency_SvmRepository_h
00002 #define Impala_Persistency_SvmRepository_h
00003 
00004 #include "Persistency/RepositoryDispatcher.h"
00005 #include "Persistency/SvmRepositoryInFile.h"
00006 
00007 namespace Impala
00008 {
00009 namespace Persistency
00010 {
00011 
00012 
00013 class SvmRepository
00014     : public RepositoryDispatcher<ModelLocator,
00015                                   Core::Training::Svm,
00016                                   SvmRepositoryInFile,
00017                                   RepositoryNotImplemented<Core::Training::Svm> >
00018 {
00019 public:
00020 
00021 private:
00022 
00023     ILOG_VAR_DEC;
00024 
00025 };
00026 
00027 ILOG_VAR_INIT(SvmRepository, Impala.Persistency);
00028 
00029 } // namespace Persistency
00030 } // namespace Impala
00031 
00032 #endif

Generated on Thu Jan 13 09:05:12 2011 for ImpalaSrc by  doxygen 1.5.1