21 #ifndef otbLibSVMMachineLearningModelFactory_h
22 #define otbLibSVMMachineLearningModelFactory_h
24 #include "itkObjectFactoryBase.h"
25 #include "itkImageIOBase.h"
34 template <
class TInputValue,
class TTargetValue>
45 const char* GetITKSourceVersion(
void)
const override;
46 const char* GetDescription(
void)
const override;
50 itkFactorylessNewMacro(
Self);
59 itk::ObjectFactoryBase::RegisterFactory(LibSVMFactory);
74 #ifndef OTB_MANUAL_INSTANTIATION
Creation of an instance of an object SVMMachineLearningModel using the objects factory.
LibSVMMachineLearningModelFactory Self
LibSVMMachineLearningModelFactory(const Self &)=delete
~LibSVMMachineLearningModelFactory() override=default
itk::ObjectFactoryBase Superclass
static void RegisterOneFactory(void)
itk::SmartPointer< const Self > ConstPointer
void operator=(const Self &)=delete
itk::SmartPointer< Self > Pointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.