21 #ifndef otbSVMMachineLearningModelFactory_h
22 #define otbSVMMachineLearningModelFactory_h
26 #include "itkObjectFactoryBase.h"
27 #include "itkImageIOBase.h"
36 template <
class TInputValue,
class TTargetValue>
47 const char* GetITKSourceVersion(
void)
const override;
48 const char* GetDescription(
void)
const override;
52 itkFactorylessNewMacro(
Self);
61 itk::ObjectFactoryBase::RegisterFactory(SVMFactory);
76 #ifndef OTB_MANUAL_INSTANTIATION
Creation d'un instance d'un object SVMMachineLearningModel utilisant les object factory.
~SVMMachineLearningModelFactory() override=default
SVMMachineLearningModelFactory Self
static void RegisterOneFactory(void)
itk::ObjectFactoryBase Superclass
SVMMachineLearningModelFactory(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.