#include <itkKdTreeBasedKmeansEstimator.h>
Public Methods | |
CandidateVector () | |
virtual | ~CandidateVector () |
int | Size () |
Candidate & | operator[] (int index) |
void | SetCenteroids (InternalParametersType ¢eroids) |
void | GetCenteroids (InternalParametersType ¢eroids) |
void | UpdateCenteroids () |
Definition at line 141 of file itkKdTreeBasedKmeansEstimator.h.
|
Definition at line 144 of file itkKdTreeBasedKmeansEstimator.h. |
|
Definition at line 153 of file itkKdTreeBasedKmeansEstimator.h. |
|
gets the centeroids (k-means) Definition at line 176 of file itkKdTreeBasedKmeansEstimator.h. References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centeroid. |
|
gets the index-th candidates Definition at line 208 of file itkKdTreeBasedKmeansEstimator.h. |
|
Initialize the centeroids with the argument. At each iteration, this should be called before filtering Definition at line 161 of file itkKdTreeBasedKmeansEstimator.h. References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centeroid, itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Size, and itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::WeightedCenteroid. |
|
returns the number of candidate = k Definition at line 156 of file itkKdTreeBasedKmeansEstimator.h. |
|
updates the centeroids using the vector sum of measurement vectors that belongs to each centeroid and the number of measurement vectors Definition at line 189 of file itkKdTreeBasedKmeansEstimator.h. |