21 #ifndef otbBoostMachineLearningModelFactory_h
22 #define otbBoostMachineLearningModelFactory_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(Factory);
76 #ifndef OTB_MANUAL_INSTANTIATION
Create an instance of SVMMachineLearningModel through the object factory.
~BoostMachineLearningModelFactory() override=default
itk::SmartPointer< Self > Pointer
BoostMachineLearningModelFactory Self
itk::SmartPointer< const Self > ConstPointer
BoostMachineLearningModelFactory(const Self &)=delete
void operator=(const Self &)=delete
itk::ObjectFactoryBase Superclass
static void RegisterOneFactory(void)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.