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;
120 void operator=(
const Self&) =
delete;
126 #ifndef OTB_MANUAL_INSTANTIATION