21 #ifndef otbDecisionTreeMachineLearningModelFactory_h
22 #define otbDecisionTreeMachineLearningModelFactory_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
Creation d'un instance d'un object SVMMachineLearningModel utilisant les object factory.
itk::ObjectFactoryBase Superclass
~DecisionTreeMachineLearningModelFactory() override=default
DecisionTreeMachineLearningModelFactory Self
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
static void RegisterOneFactory(void)
DecisionTreeMachineLearningModelFactory(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.