#include <itkWeightedCovarianceCalculator.h>
Inheritance diagram for itk::Statistics::WeightedCovarianceCalculator< TSample >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef WeightedCovarianceCalculator | Self |
typedef SampleAlgorithmBase< TSample > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef FunctionBase< MeasurementVectorType, double > | WeightFunctionType |
typedef Matrix< double, itkGetStaticConstMacro(MeasurementVectorSize), itkGetStaticConstMacro(MeasurementVectorSize) | OutputType ) |
typedef Vector< double, itkGetStaticConstMacro(MeasurementVectorSize) | MeanType ) |
typedef Array< double > | WeightArrayType |
Public Member Functions | |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TSample::MeasurementVectorSize) | |
void | SetWeights (WeightArrayType *array) |
WeightArrayType * | GetWeights () |
void | SetWeightFunction (WeightFunctionType *func) |
WeightFunctionType * | GetWeightFunction () |
void | SetMean (MeanType *mean) |
MeanType * | GetMean () |
OutputType * | GetOutput () |
Protected Member Functions | |
WeightedCovarianceCalculator () | |
virtual | ~WeightedCovarianceCalculator () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
void | ComputeCovarianceWithGivenMean () |
void | ComputeCovarianceWithoutGivenMean () |
Definition at line 35 of file itkWeightedCovarianceCalculator.h.
|
Mean (input) typedef Definition at line 66 of file itkWeightedCovarianceCalculator.h. |
|
Measurement vector typedef Definition at line 53 of file itkWeightedCovarianceCalculator.h. |
|
covarince matrix (output) typedef Definition at line 62 of file itkWeightedCovarianceCalculator.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 42 of file itkWeightedCovarianceCalculator.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 40 of file itkWeightedCovarianceCalculator.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 41 of file itkWeightedCovarianceCalculator.h. |
|
Array typedef for weights Definition at line 69 of file itkWeightedCovarianceCalculator.h. |
|
Weight calculation function typedef Definition at line 56 of file itkWeightedCovarianceCalculator.h. |
|
|
|
|
|
|
|
|
|
Calculates the covariance and save it Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
|
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
|
|
Gets the mean |
|
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 wiehts using an function the function should have a method, Evaluate(MeasurementVectorType&) |
|
Sets the weights using an array |