OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue > Class Template Reference

#include <otbBoostMachineLearningModelFactory.h>

+ Inheritance diagram for otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >:
+ Collaboration diagram for otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef BoostMachineLearningModelFactory 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)
 
 BoostMachineLearningModelFactory ()
 
 ~BoostMachineLearningModelFactory () override=default
 
 BoostMachineLearningModelFactory (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputValue, class TTargetValue>
class otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >

Create an instance of SVMMachineLearningModel through the object factory.

Definition at line 37 of file otbBoostMachineLearningModelFactory.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputValue , class TTargetValue >
typedef itk::SmartPointer<const Self> otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer

Definition at line 44 of file otbBoostMachineLearningModelFactory.h.

◆ Pointer

template<class TInputValue , class TTargetValue >
typedef itk::SmartPointer<Self> otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer

Definition at line 43 of file otbBoostMachineLearningModelFactory.h.

◆ Self

template<class TInputValue , class TTargetValue >
typedef BoostMachineLearningModelFactory otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::Self

Standard class typedefs.

Definition at line 41 of file otbBoostMachineLearningModelFactory.h.

◆ Superclass

template<class TInputValue , class TTargetValue >
typedef itk::ObjectFactoryBase otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass

Definition at line 42 of file otbBoostMachineLearningModelFactory.h.

Constructor & Destructor Documentation

◆ BoostMachineLearningModelFactory() [1/2]

template<class TInputValue , class TOutputValue >
otb::BoostMachineLearningModelFactory< TInputValue, TOutputValue >::BoostMachineLearningModelFactory
protected

Class methods used to interface with the registered factories.

Definition at line 34 of file otbBoostMachineLearningModelFactory.hxx.

◆ ~BoostMachineLearningModelFactory()

template<class TInputValue , class TTargetValue >
otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::~BoostMachineLearningModelFactory ( )
overrideprotecteddefault

Class methods used to interface with the registered factories.

◆ BoostMachineLearningModelFactory() [2/2]

template<class TInputValue , class TTargetValue >
otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::BoostMachineLearningModelFactory ( const Self )
privatedelete

Class methods used to interface with the registered factories.

Member Function Documentation

◆ CreateAnother()

template<class TInputValue , class TTargetValue >
virtual ::itk::LightObject::Pointer otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::CreateAnother ( void  ) const
virtual

Class methods used to interface with the registered factories.

◆ GetDescription()

template<class TInputValue , class TOutputValue >
const char * otb::BoostMachineLearningModelFactory< TInputValue, TOutputValue >::GetDescription ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 51 of file otbBoostMachineLearningModelFactory.hxx.

◆ GetITKSourceVersion()

template<class TInputValue , class TOutputValue >
const char * otb::BoostMachineLearningModelFactory< TInputValue, TOutputValue >::GetITKSourceVersion ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 45 of file otbBoostMachineLearningModelFactory.hxx.

◆ GetNameOfClass()

template<class TInputValue , class TTargetValue >
virtual const char* otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputValue , class TTargetValue >
static Pointer otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::New ( void  )
static

◆ operator=()

template<class TInputValue , class TTargetValue >
void otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::operator= ( const Self )
privatedelete

Class methods used to interface with the registered factories.

◆ RegisterOneFactory()

template<class TInputValue , class TTargetValue >
static void otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Definition at line 58 of file otbBoostMachineLearningModelFactory.h.

References otb::BoostMachineLearningModelFactory< TInputValue, TTargetValue >::New().


The documentation for this class was generated from the following files: