#include <itkWeightedCovarianceCalculator.h>
Inheritance diagram for itk::Statistics::WeightedCovarianceCalculator< TSample >:
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 from the input sample. Please use the function GetMeasurementVectorSize() to obtain the length. The mean output is an Array rather than a Vector. The covariance matrix is represented by a VariableSizeMatrix rather than a Matrix.
Definition at line 42 of file itkWeightedCovarianceCalculator.h.
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 50 of file itkWeightedCovarianceCalculator.h. |
|
Typedef for the mean output Definition at line 67 of file itkWeightedCovarianceCalculator.h. |
|
Length of a measurement vector Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 58 of file itkWeightedCovarianceCalculator.h. |
|
Measurement vector typedef Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 61 of file itkWeightedCovarianceCalculator.h. |
|
Typedef for Covariance output Definition at line 70 of file itkWeightedCovarianceCalculator.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 49 of file itkWeightedCovarianceCalculator.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 47 of file itkWeightedCovarianceCalculator.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 48 of file itkWeightedCovarianceCalculator.h. |
|
Array typedef for weights Definition at line 73 of file itkWeightedCovarianceCalculator.h. |
|
Weight calculation function typedef Definition at line 64 of file itkWeightedCovarianceCalculator.h. |
|
|
|
|
|
|
|
|
|
Calculates the covariance and save it Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. |
|
Gets the mean |
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. |
|
Returns the covariance matrix of the target sample data |
|
Gets the weight function |
|
Gets the weights array |
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< 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::SampleAlgorithmBase< TSample >. |
|
Sets the mean (input) |
|
Sets the weights using an function the function should have a method, Evaluate(MeasurementVectorType&). |
|
Sets the weights using an array |