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