#include <itkMixtureModelComponentBase.h>
Inheritance diagram for itk::Statistics::MixtureModelComponentBase< TSample >:
This class expects that its subclasses (distribution components) should have analytical expressions for updating its paraters using only the measurement vectors and their associated weights.
This class can be considered as a macro class that encapsulates the storage for the weights, model (subclasses of MembershipFunctionBase), and model parameter estimators (implemenation of analytical expressions).
Subclasses of this class should define their own distribution specific membership function. For example, GaussianMixtureModelComponent class defines and creates a GaussianDensityFunction object for that matter. Subclasses should also cast such membership function object to MembershipFunctionBase object. By doing that, users can get pointers to membership functions from different distributional model
Definition at line 53 of file itkMixtureModelComponentBase.h.
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 61 of file itkMixtureModelComponentBase.h. |
|
Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 69 of file itkMixtureModelComponentBase.h. |
|
Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 68 of file itkMixtureModelComponentBase.h. |
|
typedef for the MembershipFunctionBase Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 73 of file itkMixtureModelComponentBase.h. |
|
Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 78 of file itkMixtureModelComponentBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 60 of file itkMixtureModelComponentBase.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 58 of file itkMixtureModelComponentBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 59 of file itkMixtureModelComponentBase.h. |
|
typedef of strorage for the weights Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. Definition at line 76 of file itkMixtureModelComponentBase.h. |
|
|
|
|
|
returns the value of parameter modified tag |
|
sets the parameters modified tag. if one or more of the membership funtion's parameters are changed, then flag should be true |
|
allocates the weights array |
|
deallocates the weights array |
|
returns the membership score of the "measurements" vector |
|
Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. |
|
Definition at line 100 of file itkMixtureModelComponentBase.h. |
|
returns the pointer to the membership function object. Subclasses of this class are responsible for creating the actual membership function objects and cast them to MembershipFunctionBase objects |
|
Definition at line 95 of file itkMixtureModelComponentBase.h. |
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. |
|
returns the sample pointer |
|
returns the index-th weight |
|
returns the pointer to the weights array |
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< 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::Object. Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. |
|
stores the pointer to the membership function. subclasses use this funtion to store their membership function object after dynamic creation |
|
Definition at line 92 of file itkMixtureModelComponentBase.h. |
|
Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. |
|
stores the sample pointer Reimplemented in itk::Statistics::GaussianMixtureModelComponent< TSample >. |
|
sets the index-th weight with the "value" |
|
|