OTB
9.0.0
Orfeo Toolbox
|
#include <otbRandomForestsMachineLearningModelFactory.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef RandomForestsMachineLearningModelFactory | 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) |
RandomForestsMachineLearningModelFactory () | |
~RandomForestsMachineLearningModelFactory () override=default | |
RandomForestsMachineLearningModelFactory (const Self &)=delete | |
void | operator= (const Self &)=delete |
Creation of an instance of a RandomForestsMachineLearningModel object using the object factory.
Definition at line 37 of file otbRandomForestsMachineLearningModelFactory.h.
typedef itk::SmartPointer<const Self> otb::RandomForestsMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer |
Definition at line 44 of file otbRandomForestsMachineLearningModelFactory.h.
typedef itk::SmartPointer<Self> otb::RandomForestsMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer |
Definition at line 43 of file otbRandomForestsMachineLearningModelFactory.h.
typedef RandomForestsMachineLearningModelFactory otb::RandomForestsMachineLearningModelFactory< TInputValue, TTargetValue >::Self |
Standard class typedefs.
Definition at line 41 of file otbRandomForestsMachineLearningModelFactory.h.
typedef itk::ObjectFactoryBase otb::RandomForestsMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass |
Definition at line 42 of file otbRandomForestsMachineLearningModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 34 of file otbRandomForestsMachineLearningModelFactory.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 otbRandomForestsMachineLearningModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 45 of file otbRandomForestsMachineLearningModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::RandomForestsMachineLearningModelFactory< 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 otbRandomForestsMachineLearningModelFactory.h.
References otb::RandomForestsMachineLearningModelFactory< TInputValue, TTargetValue >::New().