ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompletelyConnectedWeightSet.h>
This is the itkCompletelyConnectedWeightSet class.
Definition at line 34 of file itkCompletelyConnectedWeightSet.h.
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 ValueType & | GetBias () const |
ValuePointer | GetDeltaBValues () |
ValuePointer | GetDeltaValues () |
ValuePointer | GetDWValues () |
virtual bool | GetFirstPass () const |
virtual unsigned int | GetInputLayerId () const |
virtual ValuePointer | GetInputValues () |
virtual const ValueType & | GetMomentum () 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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () 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 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 () |
typedef SmartPointer<const Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::ConstPointer |
Definition at line 42 of file itkCompletelyConnectedWeightSet.h.
typedef SmartPointer<Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Pointer |
Definition at line 41 of file itkCompletelyConnectedWeightSet.h.
typedef CompletelyConnectedWeightSet itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Self |
Definition at line 39 of file itkCompletelyConnectedWeightSet.h.
typedef WeightSetBase<TMeasurementVector, TTargetVector> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Superclass |
Definition at line 40 of file itkCompletelyConnectedWeightSet.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 53 of file itkCompletelyConnectedWeightSet.h.
|
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
|
static |
|
overrideprotectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetCompleteConnectivity | ( | ) |
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetRandomConnectivity | ( | int | [][MAX_SIZE] | ) |