#include <itkGaussianMixtureModelComponent.h>
Inheritance diagram for itk::Statistics::GaussianMixtureModelComponent< TSample >:
On every iteration of EM estimation, this class's GenerateData method is called to compute the new distribution parameters.
Definition at line 41 of file itkGaussianMixtureModelComponent.h.
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 49 of file itkGaussianMixtureModelComponent.h. |
|
Definition at line 73 of file itkGaussianMixtureModelComponent.h. |
|
Type of the covariance matrix Definition at line 79 of file itkGaussianMixtureModelComponent.h. Referenced by itk::Statistics::GaussianMixtureModelComponent< TSample >::~GaussianMixtureModelComponent(). |
|
Types of the mean and the covariance calculator that will update this component's distribution parameters Definition at line 72 of file itkGaussianMixtureModelComponent.h. |
|
Type of the mean vector Definition at line 76 of file itkGaussianMixtureModelComponent.h. Referenced by itk::Statistics::GaussianMixtureModelComponent< TSample >::~GaussianMixtureModelComponent(). |
|
Typedefs from the superclass Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 61 of file itkGaussianMixtureModelComponent.h. |
|
typedef for the MembershipFunctionBase Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 62 of file itkGaussianMixtureModelComponent.h. |
|
Type of the membership function. Gaussian density function Definition at line 68 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 64 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 48 of file itkGaussianMixtureModelComponent.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 46 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 47 of file itkGaussianMixtureModelComponent.h. |
|
typedef of strorage for the weights Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 63 of file itkGaussianMixtureModelComponent.h. |
|
|
|
Definition at line 89 of file itkGaussianMixtureModelComponent.h. References itk::Statistics::GaussianMixtureModelComponent< TSample >::CovarianceType, and itk::Statistics::GaussianMixtureModelComponent< TSample >::MeanType. |
|
Returns the sum of squared changes in parameters between iterations |
|
Computes the new distribution parameters Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|
|
Standard Macros Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|
|
Measurement length constant |
|
Standard Macros Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|
|
Sets the component's distribution parameters. Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|
|
Sets the input sample Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >.
|