#include <itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h>
Modify the gradient by the learning rate for GradientDescentOptimizerBasev4.
Definition at line 37 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | IndexRangeType = DomainType |
using | Pointer = SmartPointer<Self> |
using | Self = GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate |
using | Superclass |
![]() | |
using | AssociateType |
using | ConstPointer |
using | DomainPartitionerType |
using | DomainType |
using | Pointer |
using | Self |
using | Superclass |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
AssociateType * | m_Associate |
AssociateType * | m_Associate |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate< TInternalComputationValueType >::ConstPointer = SmartPointer<const Self> |
Definition at line 49 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
using itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate< TInternalComputationValueType >::IndexRangeType = DomainType |
Definition at line 57 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
using itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate< TInternalComputationValueType >::Pointer = SmartPointer<Self> |
Definition at line 48 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
using itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate< TInternalComputationValueType >::Self = GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate |
Standard class type aliases.
Definition at line 45 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
using itk::GradientDescentOptimizerBasev4ModifyGradientByLearningRateThreaderTemplate< TInternalComputationValueType >::Superclass |
Definition at line 46 of file itkGradientDescentOptimizerBasev4ModifyGradientByLearningRateThreader.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
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::LightObject.
|
overridevirtual |
|
static |
|
overrideprotectedvirtual |
Do the threaded operation, somewhat like ThreadedGenerateData
in an ImageSource.
subdomain | The subdomain to operate on. |
threadId | The identifier for the current thread. Data to perform the operation on can be accessed by dereferencing this->m_Associate, which has direct access to private and protected members the enclosing class. |