OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces | Typedefs
otbMachineLearningModelTraits.h File Reference
#include "itkVariableLengthVector.h"
#include "itkFixedArray.h"
#include "itkIsNumber.h"
#include "itkMetaProgrammingLibrary.h"
+ Include dependency graph for otbMachineLearningModelTraits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  otb::MLMSampleTraitsImpl< TInput, isNumber >
 
struct  otb::MLMTargetTraitsImpl< TInput, isNumber >
 

Namespaces

 otb
 

Typedefs

template<typename TInput >
using otb::MLMSampleTraits = MLMSampleTraitsImpl< TInput, typename itk::mpl::IsNumber< TInput >::Type >
 
template<typename TInput >
using otb::MLMTargetTraits = MLMTargetTraitsImpl< TInput, typename itk::mpl::IsNumber< TInput >::Type >