![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkKdTreeBasedKmeansEstimator.h>
Collaboration diagram for itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector:Definition at line 179 of file itkKdTreeBasedKmeansEstimator.h.
Classes | |
| struct | Candidate |
Public Member Functions | |
| CandidateVector () | |
| void | GetCentroids (InternalParametersType ¢roids) |
| Candidate & | operator[] (int index) |
| int | Size () const |
| void | UpdateCentroids () |
| virtual | ~CandidateVector () |
| void | SetCentroids (InternalParametersType ¢roids) |
Private Attributes | |
| std::vector< Candidate > | m_Candidates |
| MeasurementVectorSizeType | m_MeasurementVectorSize |
|
inline |
Definition at line 182 of file itkKdTreeBasedKmeansEstimator.h.
|
inlinevirtual |
Definition at line 190 of file itkKdTreeBasedKmeansEstimator.h.
|
inline |
gets the centroids (k-means)
Definition at line 218 of file itkKdTreeBasedKmeansEstimator.h.
References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centroid.
|
inline |
gets the index-th candidates
Definition at line 250 of file itkKdTreeBasedKmeansEstimator.h.
|
inline |
Initialize the centroids with the argument. At each iteration, this should be called before filtering.
Definition at line 200 of file itkKdTreeBasedKmeansEstimator.h.
References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centroid, itk::NumericTraits< T >::GetLength(), itk::NumericTraits< T >::SetLength(), itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Size, and itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::WeightedCentroid.
|
inline |
returns the number of candidate = k
Definition at line 193 of file itkKdTreeBasedKmeansEstimator.h.
|
inline |
updates the centroids using the vector sum of measurement vectors that belongs to each centroid and the number of measurement vectors
Definition at line 231 of file itkKdTreeBasedKmeansEstimator.h.
|
private |
internal storage for the candidates
Definition at line 257 of file itkKdTreeBasedKmeansEstimator.h.
|
private |
Length of each measurement vector
Definition at line 260 of file itkKdTreeBasedKmeansEstimator.h.
1.8.3.1