![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkBackPropagationLayer.h>
Inheritance diagram for itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >:
Collaboration diagram for itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >:This is the itkBackPropagationLayer class.
Definition at line 37 of file itkBackPropagationLayer.h.
Public Member Functions | |
| virtual ValueType | Activation (ValueType) |
| virtual void | BackwardPropagate () |
| virtual void | BackwardPropagate (InternalVectorType errors) |
| virtual ValueType | DActivation (ValueType) |
| virtual void | ForwardPropagate () |
| virtual void | ForwardPropagate (TMeasurementVector input) |
| virtual ValueType | GetInputErrorValue (unsigned int node_id) const |
| virtual ValueType * | GetInputErrorVector () |
| virtual ValueType | GetInputValue (unsigned int i) const |
| virtual ValueType | GetOutputErrorValue (unsigned int node_id) const |
| virtual ValueType | GetOutputValue (unsigned int) const |
| virtual ValueType * | GetOutputVector () |
| virtual void | SetInputErrorValue (ValueType, unsigned int node_id) |
| virtual void | SetInputValue (unsigned int i, ValueType value) |
| virtual void | SetNumberOfNodes (unsigned int numNodes) |
| virtual void | SetOutputErrorValues (TTargetVector) |
| virtual void | SetOutputValue (unsigned int, ValueType) |
| void | SetOutputVector (TMeasurementVector value) |
| virtual void | SetBias (ValueType _arg) |
| virtual const ValueType & | GetBias () |
Public Member Functions inherited from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector > | |
| virtual void | BackwardPropagate (InternalVectorType) |
| virtual const TransferFunctionInterfaceType * | GetActivationFunction () const |
| virtual const WeightSetInterfaceType * | GetInputWeightSet () const |
| virtual const unsigned int & | GetLayerId () |
| virtual LayerTypeCode | GetLayerTypeCode () const |
| virtual TransferFunctionInterfaceType * | GetModifiableActivationFunction () |
| virtual WeightSetInterfaceType * | GetModifiableInputWeightSet () |
| virtual InputFunctionInterfaceType * | GetModifiableNodeInputFunction () |
| virtual WeightSetInterfaceType * | GetModifiableOutputWeightSet () |
| virtual const InputFunctionInterfaceType * | GetNodeInputFunction () const |
| unsigned int | GetNumberOfNodes () const |
| virtual const WeightSetInterfaceType * | GetOutputWeightSet () const |
| void | SetInputWeightSet (WeightSetInterfaceType *) |
| virtual void | SetLayerId (unsigned int _arg) |
| virtual void | SetLayerTypeCode (const LayerTypeCode _arg) |
| void | SetNodeInputFunction (InputFunctionInterfaceType *f) |
| void | SetOutputWeightSet (WeightSetInterfaceType *) |
| void | SetTransferFunction (TransferFunctionInterfaceType *f) |
Public Member Functions inherited from itk::LightProcessObject | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| virtual const bool & | GetAbortGenerateData () |
| virtual void | SetAbortGenerateData (bool _arg) |
| virtual void | UpdateOutputData () |
| void | UpdateProgress (float amount) |
| virtual void | SetProgress (float _arg) |
| virtual const float & | GetProgress () |
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 |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| virtual ModifiedTimeType | GetMTime () const |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetReferenceCount (int) |
| virtual void | UnRegister () 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 |
Protected Member Functions | |
| BackPropagationLayer () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual | ~BackPropagationLayer () |
Protected Member Functions inherited from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector > | |
| LayerBase () | |
| ~LayerBase () | |
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 () |
Private Attributes | |
| ValueType | m_Bias |
| NodeVectorType | m_InputErrorValues |
| NodeVectorType | m_NodeInputValues |
| NodeVectorType | m_NodeOutputValues |
| NodeVectorType | m_OutputErrorValues |
| virtual const char * | GetNameOfClass () const |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| static Pointer | New () |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::LightProcessObject | |
| static Pointer | New () |
Protected Types inherited from itk::LightObject | |
| typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector > | |
| TransferFunctionInterfaceType::Pointer | m_ActivationFunction |
| WeightSetInterfaceType::Pointer | m_InputWeightSet |
| unsigned int | m_LayerId |
| LayerTypeCode | m_LayerTypeCode |
| InputFunctionInterfaceType::Pointer | m_NodeInputFunction |
| unsigned int | m_NumberOfNodes |
| WeightSetInterfaceType::Pointer | m_OutputWeightSet |
| typedef SmartPointer<const Self> itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::ConstPointer |
Definition at line 43 of file itkBackPropagationLayer.h.
| typedef Superclass::InputFunctionInterfaceType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::InputFunctionInterfaceType |
Definition at line 60 of file itkBackPropagationLayer.h.
| typedef Superclass::InternalVectorType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::InternalVectorType |
Definition at line 52 of file itkBackPropagationLayer.h.
| typedef Superclass::LayerInterfaceType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::LayerInterfaceType |
Definition at line 54 of file itkBackPropagationLayer.h.
| typedef vnl_vector<ValueType> itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::NodeVectorType |
Definition at line 51 of file itkBackPropagationLayer.h.
| typedef Superclass::OutputVectorType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::OutputVectorType |
Definition at line 53 of file itkBackPropagationLayer.h.
| typedef SmartPointer<Self> itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::Pointer |
Definition at line 42 of file itkBackPropagationLayer.h.
| typedef BackPropagationLayer itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::Self |
Definition at line 40 of file itkBackPropagationLayer.h.
| typedef LayerBase<TMeasurementVector, TTargetVector> itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::Superclass |
Definition at line 41 of file itkBackPropagationLayer.h.
| typedef Superclass::TransferFunctionInterfaceType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::TransferFunctionInterfaceType |
Definition at line 62 of file itkBackPropagationLayer.h.
| typedef Superclass::ValueType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::ValueType |
Definition at line 47 of file itkBackPropagationLayer.h.
| typedef Superclass::WeightSetInterfaceType itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::WeightSetInterfaceType |
Definition at line 58 of file itkBackPropagationLayer.h.
| typedef CompletelyConnectedWeightSet<TMeasurementVector,TTargetVector> itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::WeightSetType |
Definition at line 56 of file itkBackPropagationLayer.h.
|
protected |
|
protectedvirtual |
|
virtual |
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
|
virtual |
Method for creation through the object factory.
Reimplemented from itk::LightProcessObject.
|
virtual |
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
Set/Get the bias
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Method for creation through the object factory.
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
Set/Get the bias
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
Reimplemented from itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >.
|
virtual |
| void itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >::SetOutputVector | ( | TMeasurementVector | value | ) |
|
private |
Definition at line 109 of file itkBackPropagationLayer.h.
|
private |
Definition at line 107 of file itkBackPropagationLayer.h.
|
private |
Definition at line 105 of file itkBackPropagationLayer.h.
|
private |
Definition at line 106 of file itkBackPropagationLayer.h.
|
private |
Definition at line 108 of file itkBackPropagationLayer.h.
1.8.3.1