ITK
5.2.0
Insight Toolkit
|
#include <itkWeightedCovarianceSampleFilter.h>
Calculates the covariance matrix of the target sample data. where each measurement vector has an associated weight value.
Weight values can be specified in two ways: using a weighting function or an array containing weight values. If none of these two is specified, the covariance matrix is generated with equal weights.
Definition at line 44 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 53 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::InputWeightArrayObjectType = SimpleDataObjectDecorator<WeightArrayType> |
Type of DataObjects to use for the weight array type
Definition at line 79 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::InputWeightingFunctionObjectType = DataObjectDecorator<WeightingFunctionType> |
Type of DataObjects to use for Weight function
Definition at line 89 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MatrixDecoratedType = typename Superclass::MatrixDecoratedType |
Types derived from the base class
Definition at line 97 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MatrixType = typename Superclass::MatrixType |
Types derived from the base class
Definition at line 96 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementRealType = typename Superclass::MeasurementRealType |
Types derived from the base class
Definition at line 68 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementType = typename Superclass::MeasurementType |
Types derived from the base class
Definition at line 64 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementVectorDecoratedType = typename Superclass::MeasurementVectorDecoratedType |
Types derived from the base class
Definition at line 100 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementVectorRealType = typename Superclass::MeasurementVectorRealType |
Types derived from the base class
Definition at line 67 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementVectorSizeType = typename Superclass::MeasurementVectorSizeType |
Types derived from the base class
Definition at line 63 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::MeasurementVectorType = typename Superclass::MeasurementVectorType |
Types derived from the base class
Definition at line 62 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::OutputType = typename Superclass::OutputType |
Types derived from the base class
Definition at line 101 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::Pointer = SmartPointer<Self> |
Definition at line 52 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::SampleType = typename Superclass::SampleType |
Types derived from the base class
Definition at line 61 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::Self = WeightedCovarianceSampleFilter |
Standard class type aliases.
Definition at line 50 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::Superclass = CovarianceSampleFilter<TSample> |
Definition at line 51 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::WeightArrayType = Array<WeightValueType> |
Array type for weights
Definition at line 76 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::WeightingFunctionType = FunctionBase<MeasurementVectorType, WeightValueType> |
Weight calculation function type
Definition at line 86 of file itkWeightedCovarianceSampleFilter.h.
using itk::Statistics::WeightedCovarianceSampleFilter< TSample >::WeightValueType = double |
Type of weight values
Definition at line 72 of file itkWeightedCovarianceSampleFilter.h.
|
protected |
Types derived from the base class
|
overrideprotecteddefault |
Types derived from the base class
|
protected |
Compute covariance matrix with weights computed from a function
|
protected |
Compute covariance matrix with weights specified in an array
|
virtual |
Types derived from the base class
Reimplemented from itk::Statistics::CovarianceSampleFilter< TSample >.
|
overrideprotectedvirtual |
Types derived from the base class
Reimplemented from itk::Statistics::CovarianceSampleFilter< TSample >.
|
virtual |
Types derived from the base class
|
virtual |
Standard Macros
Reimplemented from itk::Statistics::CovarianceSampleFilter< TSample >.
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
static |
Types derived from the base class
|
overrideprotectedvirtual |
Types derived from the base class
Reimplemented from itk::Statistics::CovarianceSampleFilter< TSample >.
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
virtual |
Method to set/get the weighting function
|
virtual |
Types derived from the base class
|
virtual |
Types derived from the base class
|
virtual |
Method to set the input value of the weight array