ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector > Class Template Reference

#include <itkCompletelyConnectedWeightSet.h>

+ Inheritance diagram for itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >:
+ Collaboration diagram for itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >:

Detailed Description

template<typename TMeasurementVector, typename TTargetVector>
class itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >

This is the itkCompletelyConnectedWeightSet class.

Definition at line 34 of file itkCompletelyConnectedWeightSet.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef
CompletelyConnectedWeightSet 
Self
 
typedef WeightSetBase
< TMeasurementVector,
TTargetVector > 
Superclass
 
- Public Types inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef
MersenneTwisterRandomVariateGenerator 
RandomVariateGeneratorType
 
typedef WeightSetBase Self
 
typedef LightProcessObject Superclass
 
typedef const ValueTypeValueConstPointer
 
typedef ValueTypeValuePointer
 
typedef
TMeasurementVector::ValueType 
ValueType
 
- Public Types inherited from itk::LightProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
void SetCompleteConnectivity ()
 
void SetRandomConnectivity (int[][MAX_SIZE])
 
- Public Member Functions inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >
virtual void BackwardPropagate (ValuePointer inputerror)
 
virtual void ForwardPropagate (ValuePointer inputlayeroutputvalues)
 
virtual const ValueTypeGetBias () const
 
ValuePointer GetDeltaBValues ()
 
ValuePointer GetDeltaValues ()
 
ValuePointer GetDWValues ()
 
virtual bool GetFirstPass () const
 
virtual unsigned int GetInputLayerId () const
 
virtual ValuePointer GetInputValues ()
 
virtual const ValueTypeGetMomentum () const
 
unsigned int GetNumberOfInputNodes () const
 
unsigned int GetNumberOfOutputNodes () const
 
virtual unsigned int GetOutputLayerId () const
 
virtual ValuePointer GetOutputValues ()
 
ValuePointer GetPrev_m_2DeltaValues ()
 
ValuePointer GetPrev_m_2DWValues ()
 
ValuePointer GetPrevDBValues ()
 
ValuePointer GetPrevDeltaBValues ()
 
ValuePointer GetPrevDeltaValues ()
 
ValuePointer GetPrevDWValues ()
 
virtual bool GetSecondPass () const
 
ValuePointer GetTotalDeltaBValues ()
 
ValuePointer GetTotalDeltaValues ()
 
virtual unsigned int GetWeightSetId () const
 
ValuePointer GetWeightValues ()
 
ValueConstPointer GetWeightValues () const
 
void Initialize ()
 
void InitializeWeights ()
 
ValueType RandomWeightValue (ValueType low, ValueType high)
 
virtual void SetBias (ValueType _arg)
 
void SetConnectivityMatrix (vnl_matrix< int >)
 
void SetDBValues (ValuePointer)
 
void SetDeltaBValues (ValuePointer)
 
void SetDeltaValues (ValuePointer)
 
void SetDWValues (ValuePointer)
 
virtual void SetFirstPass (bool _arg)
 
virtual void SetInputLayerId (unsigned int _arg)
 
virtual void SetMomentum (ValueType _arg)
 
void SetNumberOfInputNodes (unsigned int n)
 
void SetNumberOfOutputNodes (unsigned int n)
 
virtual void SetOutputLayerId (unsigned int _arg)
 
void SetRange (ValueType Range)
 
virtual void SetSecondPass (bool _arg)
 
virtual void SetWeightSetId (unsigned int _arg)
 
void SetWeightValues (ValuePointer weights)
 
virtual void UpdateWeights (ValueType LearningRate)
 
- Public Member Functions inherited from itk::LightProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData () const
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void UpdateOutputData ()
 
void UpdateProgress (float amount)
 
virtual void SetProgress (float _arg)
 
virtual const float & GetProgress () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightProcessObject
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 CompletelyConnectedWeightSet ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual ~CompletelyConnectedWeightSet ()
 
- Protected Member Functions inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >
 WeightSetBase ()
 
 ~WeightSetBase ()
 
- Protected Member Functions inherited from itk::LightProcessObject
virtual void GenerateData ()
 
 LightProcessObject ()
 
 ~LightProcessObject ()
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Additional Inherited Members

- Protected Attributes inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >
ValueType m_Bias
 
vnl_matrix< int > m_ConnectivityMatrix
 
vnl_vector< ValueTypem_DB
 
vnl_vector< ValueTypem_DB_m_1
 
vnl_vector< ValueTypem_DB_m_2
 
vnl_vector< ValueTypem_DB_new
 
vnl_matrix< ValueTypem_Del
 
vnl_matrix< ValueTypem_Del_m_1
 
vnl_matrix< ValueTypem_Del_m_2
 
vnl_matrix< ValueTypem_Del_new
 
vnl_vector< ValueTypem_Delb
 
vnl_vector< ValueTypem_Delb_m_1
 
vnl_vector< ValueTypem_Delb_m_2
 
vnl_vector< ValueTypem_Delb_new
 
vnl_matrix< ValueTypem_DW
 
vnl_matrix< ValueTypem_DW_m
 
vnl_matrix< ValueTypem_DW_m_1
 
vnl_matrix< ValueTypem_DW_m_2
 
vnl_matrix< ValueTypem_DW_new
 
bool m_FirstPass
 
vnl_matrix< ValueTypem_InputErrorValues
 
unsigned int m_InputLayerId
 
vnl_matrix< ValueTypem_InputLayerOutput
 
ValueType m_Momentum
 
unsigned int m_NumberOfInputNodes
 
unsigned int m_NumberOfOutputNodes
 
unsigned int m_OutputLayerId
 
vnl_matrix< ValueTypem_OutputValues
 
RandomVariateGeneratorType::Pointer m_RandomGenerator
 
ValueType m_Range
 
bool m_SecondPass
 
vnl_matrix< ValueTypem_WeightMatrix
 
unsigned int m_WeightSetId
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TMeasurementVector , typename TTargetVector >
typedef SmartPointer<const Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::ConstPointer

Definition at line 42 of file itkCompletelyConnectedWeightSet.h.

template<typename TMeasurementVector , typename TTargetVector >
typedef SmartPointer<Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Pointer

Definition at line 41 of file itkCompletelyConnectedWeightSet.h.

template<typename TMeasurementVector , typename TTargetVector >
typedef CompletelyConnectedWeightSet itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Self

Definition at line 39 of file itkCompletelyConnectedWeightSet.h.

template<typename TMeasurementVector , typename TTargetVector >
typedef WeightSetBase<TMeasurementVector, TTargetVector> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Superclass

Definition at line 40 of file itkCompletelyConnectedWeightSet.h.

Constructor & Destructor Documentation

template<typename TMeasurementVector , typename TTargetVector >
itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::CompletelyConnectedWeightSet ( )
protected
template<typename TMeasurementVector , typename TTargetVector >
virtual itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::~CompletelyConnectedWeightSet ( )
inlineprotectedvirtual

Definition at line 53 of file itkCompletelyConnectedWeightSet.h.

Member Function Documentation

template<typename TMeasurementVector , typename TTargetVector >
virtual::itk::LightObject::Pointer itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::LightProcessObject.

template<typename TMeasurementVector , typename TTargetVector >
virtual const char* itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.

template<typename TMeasurementVector , typename TTargetVector >
static Pointer itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::New ( )
static
template<typename TMeasurementVector , typename TTargetVector >
virtual void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Method to print the object.

Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.

template<typename TMeasurementVector , typename TTargetVector >
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetCompleteConnectivity ( )
template<typename TMeasurementVector , typename TTargetVector >
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetRandomConnectivity ( int  [][MAX_SIZE])

The documentation for this class was generated from the following file: