#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.
Recent API changes: The static const macro to get the length of a measurement vector, MeasurementVectorSize
has been removed to allow the length of a measurement vector to be specified at run time. It is now obtained at run time from the sample set as input. Please use the function GetMeasurementVectorSize() to get the length.
Definition at line 48 of file itkGaussianMixtureModelComponent.h.
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 56 of file itkGaussianMixtureModelComponent.h. |
|
Definition at line 78 of file itkGaussianMixtureModelComponent.h. |
|
Type of the covariance matrix Definition at line 84 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 77 of file itkGaussianMixtureModelComponent.h. |
|
Type of the mean vector Definition at line 81 of file itkGaussianMixtureModelComponent.h. Referenced by itk::Statistics::GaussianMixtureModelComponent< TSample >::~GaussianMixtureModelComponent(). |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 66 of file itkGaussianMixtureModelComponent.h. |
|
Typedefs from the superclass Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 65 of file itkGaussianMixtureModelComponent.h. |
|
typedef for the MembershipFunctionBase Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 67 of file itkGaussianMixtureModelComponent.h. |
|
Type of the membership function. Gaussian density function Definition at line 73 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 69 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 55 of file itkGaussianMixtureModelComponent.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 53 of file itkGaussianMixtureModelComponent.h. |
|
Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 54 of file itkGaussianMixtureModelComponent.h. |
|
typedef of strorage for the weights Reimplemented from itk::Statistics::MixtureModelComponentBase< TSample >. Definition at line 68 of file itkGaussianMixtureModelComponent.h. |
|
|
|
Definition at line 94 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 >. |
|
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 >. |