22 #ifndef otbSOMWithMissingValue_h
23 #define otbSOMWithMissingValue_h
47 template <
class TListSample,
class TMap,
class TSOMLearningBehaviorFunctor = Functor::CzihoSOMLearningBehaviorFunctor,
48 class TSOMNeighborhoodBehaviorFunctor = Functor::CzihoSOMNeighborhoodBehaviorFunctor>
88 Superclass::GenerateOutputInformation();
94 Superclass::AllocateOutputs();
100 Superclass::GenerateData();
106 void UpdateMap(
const NeuronType& sample,
double beta, SizeType& radius)
override;
109 void Step(
unsigned int currentIteration)
override
111 Superclass::Step(currentIteration);
115 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
126 #ifndef OTB_MANUAL_INSTANTIATION
This class is responsible for the learning of a self organizing map when considered as a torus.
This class implements SOM training with missing value.
MapType::IndexType IndexType
itk::SmartPointer< Self > Pointer
MapType::RegionType RegionType
void operator=(const Self &)=delete
void GenerateData(void) override
MapType::PixelType NeuronType
void GenerateOutputInformation() override
NeuronType::ValueType ValueType
ListSampleType::Pointer ListSamplePointerType
TListSample ListSampleType
MapType::DistancePointerType DistancePointerType
void AllocateOutputs() override
MapType::DistanceType DistanceType
MapType::Pointer MapPointerType
itk::SmartPointer< const Self > ConstPointer
void Step(unsigned int currentIteration) override
PeriodicSOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor > Superclass
SOMWithMissingValue(const Self &)=delete
MapType::SizeType SizeType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.