21 #ifndef otbNormalBayesMachineLearningModelFactory_h
22 #define otbNormalBayesMachineLearningModelFactory_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 of an instance of object SVMMachineLearningModel using the objects factory.
NormalBayesMachineLearningModelFactory(const Self &)=delete
static void RegisterOneFactory(void)
NormalBayesMachineLearningModelFactory Self
itk::ObjectFactoryBase Superclass
itk::SmartPointer< Self > Pointer
void operator=(const Self &)=delete
~NormalBayesMachineLearningModelFactory() override=default
itk::SmartPointer< const Self > ConstPointer
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.