OTB
9.0.0
Orfeo Toolbox
|
#include <otbNormalBayesMachineLearningModelFactory.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef NormalBayesMachineLearningModelFactory | Self |
typedef itk::ObjectFactoryBase | Superclass |
const char * | GetITKSourceVersion (void) const override |
const char * | GetDescription (void) const override |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
static Pointer | New (void) |
static void | RegisterOneFactory (void) |
NormalBayesMachineLearningModelFactory () | |
~NormalBayesMachineLearningModelFactory () override=default | |
NormalBayesMachineLearningModelFactory (const Self &)=delete | |
void | operator= (const Self &)=delete |
Creation of an instance of object SVMMachineLearningModel using the objects factory.
Definition at line 37 of file otbNormalBayesMachineLearningModelFactory.h.
typedef itk::SmartPointer<const Self> otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer |
Definition at line 44 of file otbNormalBayesMachineLearningModelFactory.h.
typedef itk::SmartPointer<Self> otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer |
Definition at line 43 of file otbNormalBayesMachineLearningModelFactory.h.
typedef NormalBayesMachineLearningModelFactory otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::Self |
Standard class typedefs.
Definition at line 41 of file otbNormalBayesMachineLearningModelFactory.h.
typedef itk::ObjectFactoryBase otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass |
Definition at line 42 of file otbNormalBayesMachineLearningModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 34 of file otbNormalBayesMachineLearningModelFactory.hxx.
|
overrideprotecteddefault |
Class methods used to interface with the registered factories.
|
privatedelete |
Class methods used to interface with the registered factories.
|
virtual |
Class methods used to interface with the registered factories.
|
override |
Class methods used to interface with the registered factories.
Definition at line 51 of file otbNormalBayesMachineLearningModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 45 of file otbNormalBayesMachineLearningModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::RegisterOneFactory().
|
privatedelete |
Class methods used to interface with the registered factories.
|
inlinestatic |
Register one factory of this type
Definition at line 58 of file otbNormalBayesMachineLearningModelFactory.h.
References otb::NormalBayesMachineLearningModelFactory< TInputValue, TTargetValue >::New().