#include <itkWeightedCentroidKdTreeGenerator.h>
Inheritance diagram for itk::Statistics::WeightedCentroidKdTreeGenerator< TSample >:
The KdTree object stores measurment vectors in a k-d tree structure that is a binary tree. The partition value is the median value of one of the k dimension (partition dimension). The partition dimension is determined by the spread of measurement values in each dimension. The partition dimension is the dimension has the widest spread. Our implementation of k-d tree doesn't have any construction or insertion logic. Users should use this class or the KdTreeGenerator class.
This class is derived from the KdTreeGenerator class. The only difference between this class and the KdTreeGenerator class is that the nonterminal node type of this class is KdTreeWeightedCentroidNonterminalNode and that of the KdTreeGenerator is KdTreeNonterminalNode. Therefore, the public interface is identical to each other. The nonterminal node generation routines differ.
To run this generator, users should provides the bucket size (SetBucketSize method) and the input sample (SetSample method). The Update method will run this generator. To get the resulting KdTree object, call the GetOutput method.
Definition at line 60 of file itkWeightedCentroidKdTreeGenerator.h.
|
Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 68 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Typedef for the k-d tree node type Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 82 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Typedef for the k-d tree Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 81 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 78 of file itkWeightedCentroidKdTreeGenerator.h. |
|
typedef alias for the source data container Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 77 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 67 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 65 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Typedef for the smart pointer to the Subsample Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 80 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Typedef for the internal Subsample Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 79 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Reimplemented from itk::Statistics::KdTreeGenerator< TSample >. Definition at line 66 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Constructor |
|
Destructor Definition at line 91 of file itkWeightedCentroidKdTreeGenerator.h. |
|
Nonterminal node generation routine Reimplemented from itk::Statistics::KdTreeGenerator< TSample >.
|
|
Run-time type information (and related methods) Reimplemented from itk::Statistics::KdTreeGenerator< TSample >.
|
|
Reimplemented from itk::Statistics::KdTreeGenerator< TSample >.
|
|
Method for creation through the object factory. Reimplemented from itk::Statistics::KdTreeGenerator< 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::KdTreeGenerator< TSample >.
|