#include <itkMahalanobisDistanceMembershipFunction.h>
Inheritance diagram for itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >:
This class keeps parameter to define MahalanobisDistance Density Function and has method to return the probability density of an instance. MeasurementVectorSize is the dimension of measurement space. double is type of measurement.
Definition at line 43 of file itkMahalanobisDistanceMembershipFunction.h.
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 51 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Type used for representing the covariance matrix Definition at line 65 of file itkMahalanobisDistanceMembershipFunction.h. Referenced by itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::~MahalanobisDistanceMembershipFunction(). |
|
Type used for representing the mean vector Definition at line 62 of file itkMahalanobisDistanceMembershipFunction.h. Referenced by itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::~MahalanobisDistanceMembershipFunction(). |
|
Typedef alias for the measurement vectors Definition at line 59 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 50 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 48 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 49 of file itkMahalanobisDistanceMembershipFunction.h. |
|
|
|
|
Method to get probability of an instance. The return value is the value of the density function, not probability. |
|
Strandard macros Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >.
|
|
Method to get covariance matrix |
|
Method to get covariance matrix |
|
Method to get mean |
|
Method to get the number of samples |
|
Strandard macros Reimplemented from itk::Object.
|
|
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::MembershipFunctionBase< TVector >.
|
|
Method to set covariance matrix Also, this function calculates inverse covariance and pre factor of MahalanobisDistance Distribution to speed up GetProbability |
|
Method to set covariance matrix Also, this function calculates inverse covariance and pre factor of MahalanobisDistance Distribution to speed up GetProbability |
|
Method to set mean |
|
Method to set the number of samples |