21 #ifndef otbRandomForestsMachineLearningModelFactory_h
22 #define otbRandomForestsMachineLearningModelFactory_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(RFFactory);
76 #ifndef OTB_MANUAL_INSTANTIATION
Creation of an instance of a RandomForestsMachineLearningModel object using the object factory.
~RandomForestsMachineLearningModelFactory() override=default
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
RandomForestsMachineLearningModelFactory Self
itk::SmartPointer< const Self > ConstPointer
RandomForestsMachineLearningModelFactory(const Self &)=delete
static void RegisterOneFactory(void)
itk::ObjectFactoryBase Superclass
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.