ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkWeightSetBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef MersenneTwisterRandomVariateGenerator | RandomVariateGeneratorType |
typedef WeightSetBase | Self |
typedef LightProcessObject | Superclass |
typedef const ValueType * | ValueConstPointer |
typedef ValueType * | ValuePointer |
typedef TMeasurementVector::ValueType | ValueType |
Public Types inherited from itk::LightProcessObject | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual void | BackwardPropagate (ValuePointer inputerror) |
virtual void | ForwardPropagate (ValuePointer inputlayeroutputvalues) |
virtual const ValueType & | GetBias () |
ValuePointer | GetDeltaBValues () |
ValuePointer | GetDeltaValues () |
ValuePointer | GetDWValues () |
virtual bool | GetFirstPass () const |
virtual unsigned int | GetInputLayerId () const |
virtual ValuePointer | GetInputValues () |
virtual const ValueType & | GetMomentum () |
virtual const char * | GetNameOfClass () 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 ::itk::LightObject::Pointer | CreateAnother (void) const |
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 unsigned long | 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 | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
WeightSetBase () | |
~WeightSetBase () | |
Protected Member Functions inherited from itk::LightProcessObject | |
LightProcessObject () | |
~LightProcessObject () | |
virtual void | GenerateData () |
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 | |
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 void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
This is the itkWeightSetBase class.
Definition at line 40 of file itkWeightSetBase.h.
typedef SmartPointer<const Self> itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ConstPointer |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
Definition at line 47 of file itkWeightSetBase.h.
typedef SmartPointer<Self> itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::Pointer |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
Definition at line 46 of file itkWeightSetBase.h.
typedef MersenneTwisterRandomVariateGenerator itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::RandomVariateGeneratorType |
Definition at line 48 of file itkWeightSetBase.h.
typedef WeightSetBase itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::Self |
Standard class typedefs.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
Definition at line 44 of file itkWeightSetBase.h.
typedef LightProcessObject itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::Superclass |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
Definition at line 45 of file itkWeightSetBase.h.
typedef const ValueType* itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValueConstPointer |
Definition at line 54 of file itkWeightSetBase.h.
typedef ValueType* itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValuePointer |
Definition at line 53 of file itkWeightSetBase.h.
typedef TMeasurementVector::ValueType itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValueType |
Definition at line 52 of file itkWeightSetBase.h.
|
protected |
|
protected |
|
virtual |
|
virtual |
|
virtual |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDeltaBValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDeltaValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDWValues | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetNumberOfInputNodes | ( | ) | const |
unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetNumberOfOutputNodes | ( | ) | const |
|
virtual |
|
virtual |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrev_m_2DeltaValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrev_m_2DWValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDBValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDeltaBValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDeltaValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDWValues | ( | ) |
|
virtual |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetTotalDeltaBValues | ( | ) |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetTotalDeltaValues | ( | ) |
|
virtual |
ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetWeightValues | ( | ) |
ValueConstPointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetWeightValues | ( | ) | const |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::Initialize | ( | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::InitializeWeights | ( | ) |
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >.
ValueType itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::RandomWeightValue | ( | ValueType | low, |
ValueType | high | ||
) |
|
virtual |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetConnectivityMatrix | ( | vnl_matrix< int > | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetDBValues | ( | ValuePointer | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetDeltaBValues | ( | ValuePointer | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetDeltaValues | ( | ValuePointer | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetDWValues | ( | ValuePointer | ) |
|
virtual |
|
virtual |
|
virtual |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetNumberOfInputNodes | ( | unsigned int | n | ) |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetNumberOfOutputNodes | ( | unsigned int | n | ) |
|
virtual |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetRange | ( | ValueType | Range | ) |
|
virtual |
|
virtual |
void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::SetWeightValues | ( | ValuePointer | weights | ) |
|
virtual |
|
protected |
Definition at line 170 of file itkWeightSetBase.h.
|
protected |
Definition at line 167 of file itkWeightSetBase.h.
|
protected |
Definition at line 149 of file itkWeightSetBase.h.
|
protected |
Definition at line 151 of file itkWeightSetBase.h.
|
protected |
Definition at line 152 of file itkWeightSetBase.h.
|
protected |
Definition at line 150 of file itkWeightSetBase.h.
|
protected |
Definition at line 154 of file itkWeightSetBase.h.
|
protected |
Definition at line 156 of file itkWeightSetBase.h.
|
protected |
Definition at line 157 of file itkWeightSetBase.h.
|
protected |
Definition at line 155 of file itkWeightSetBase.h.
|
protected |
Definition at line 159 of file itkWeightSetBase.h.
|
protected |
Definition at line 161 of file itkWeightSetBase.h.
|
protected |
Definition at line 162 of file itkWeightSetBase.h.
|
protected |
Definition at line 160 of file itkWeightSetBase.h.
|
protected |
Definition at line 143 of file itkWeightSetBase.h.
|
protected |
Definition at line 147 of file itkWeightSetBase.h.
|
protected |
Definition at line 145 of file itkWeightSetBase.h.
|
protected |
Definition at line 146 of file itkWeightSetBase.h.
|
protected |
Definition at line 144 of file itkWeightSetBase.h.
|
protected |
Definition at line 171 of file itkWeightSetBase.h.
|
protected |
Definition at line 135 of file itkWeightSetBase.h.
|
protected |
Definition at line 175 of file itkWeightSetBase.h.
|
protected |
Definition at line 164 of file itkWeightSetBase.h.
|
protected |
Definition at line 169 of file itkWeightSetBase.h.
|
protected |
Definition at line 132 of file itkWeightSetBase.h.
|
protected |
Definition at line 133 of file itkWeightSetBase.h.
|
protected |
Definition at line 176 of file itkWeightSetBase.h.
|
protected |
Definition at line 134 of file itkWeightSetBase.h.
|
protected |
Definition at line 130 of file itkWeightSetBase.h.
|
protected |
Definition at line 173 of file itkWeightSetBase.h.
|
protected |
Definition at line 172 of file itkWeightSetBase.h.
|
protected |
Definition at line 165 of file itkWeightSetBase.h.
|
protected |
Definition at line 177 of file itkWeightSetBase.h.