#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 44 of file itkMahalanobisDistanceMembershipFunction.h.
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 52 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Type used for representing the covariance matrix Definition at line 69 of file itkMahalanobisDistanceMembershipFunction.h. Referenced by itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::~MahalanobisDistanceMembershipFunction(). |
|
Type used for representing the mean vector Definition at line 66 of file itkMahalanobisDistanceMembershipFunction.h. Referenced by itk::Statistics::MahalanobisDistanceMembershipFunction< TVector >::~MahalanobisDistanceMembershipFunction(). |
|
Typedef to represent the length of measurement vectors Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 63 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Typedef alias for the measurement vectors Definition at line 60 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 51 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 49 of file itkMahalanobisDistanceMembershipFunction.h. |
|
Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. Definition at line 50 of file itkMahalanobisDistanceMembershipFunction.h. |
|
|
|
|
Method to get probability of an instance. The return value is the value of the density function, not probability. |
|
Method to get covariance matrix |
|
Method to get covariance matrix |
|
Method to get mean |
|
Strandard macros Reimplemented from itk::Statistics::MembershipFunctionBase< TVector >. |
|
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 mean |
|
Set the length of each measurement vector. Implements itk::Statistics::MembershipFunctionBase< TVector >. |
|
Method to set the number of samples |