OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces
otbLibSVMMachineLearningModel.h File Reference
#include "itkLightObject.h"
#include "itkFixedArray.h"
#include "otbMachineLearningModel.h"
#include "svm.h"
#include "otbLibSVMMachineLearningModel.hxx"
+ Include dependency graph for otbLibSVMMachineLearningModel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::LibSVMMachineLearningModel< TInputValue, TTargetValue >
 

Namespaces

 otb
 

Macros

Classification model file compatibility tests
#define otbSetSVMParameterMacro(name, alias, type)
 

Macro Definition Documentation

◆ otbSetSVMParameterMacro

#define otbSetSVMParameterMacro (   name,
  alias,
  type 
)
Value:
void Set##name(const type _arg) \
{ \
itkDebugMacro("setting " #name " to " << _arg); \
if (this->m_Parameters.alias != _arg) \
{ \
this->m_Parameters.alias = _arg; \
this->Modified(); \
} \
}

Definition at line 85 of file otbLibSVMMachineLearningModel.h.