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