23 #ifndef otbPeriodicSOM_h
24 #define otbPeriodicSOM_h
59 template <
class TListSample,
class TMap,
class TSOMLearningBehaviorFunctor = Functor::CzihoSOMLearningBehaviorFunctor,
60 class TSOMNeighborhoodBehaviorFunctor = Functor::CzihoSOMNeighborhoodBehaviorFunctor>
61 class ITK_EXPORT
PeriodicSOM :
public SOM<TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor>
101 Superclass::GenerateOutputInformation();
107 Superclass::AllocateOutputs();
113 Superclass::GenerateData();
122 void UpdateMap(
const NeuronType& sample,
double beta, SizeType& radius)
override;
127 void Step(
unsigned int currentIteration)
override
129 Superclass::Step(currentIteration);
133 void PrintSelf(std::ostream& os, itk::Indent indent)
const override
135 Superclass::PrintSelf(os, indent);
146 #ifndef OTB_MANUAL_INSTANTIATION
This class is responsible for the learning of a self organizing map when considered as a torus.
void GenerateOutputInformation() override
itk::SmartPointer< const Self > ConstPointer
MapType::PixelType NeuronType
itk::SmartPointer< Self > Pointer
void GenerateData(void) override
MapType::IndexType IndexType
void PrintSelf(std::ostream &os, itk::Indent indent) const override
PeriodicSOM(const Self &)=delete
ListSampleType::Pointer ListSamplePointerType
SOM< TListSample, TMap, TSOMLearningBehaviorFunctor, TSOMNeighborhoodBehaviorFunctor > Superclass
void operator=(const Self &)=delete
void AllocateOutputs() override
TListSample ListSampleType
NeuronType::ValueType ValueType
MapType::SizeType SizeType
MapType::Pointer MapPointerType
MapType::RegionType RegionType
void Step(unsigned int currentIteration) override
This class is responsible for the learning of a self organizing map from a set of vector represented ...
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.