OTB  10.0.0
Orfeo Toolbox
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.

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 >