#include <itkKdTreeBasedKmeansEstimator.h>
Public Member Functions | |
CandidateVector () | |
virtual | ~CandidateVector () |
int | Size () const |
Candidate & | operator[] (int index) |
void | SetCentroids (InternalParametersType ¢roids) |
void | GetCentroids (InternalParametersType ¢roids) |
void | UpdateCentroids () |
Definition at line 162 of file itkKdTreeBasedKmeansEstimator.h.
|
Definition at line 165 of file itkKdTreeBasedKmeansEstimator.h. References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CentroidType. |
|
Definition at line 174 of file itkKdTreeBasedKmeansEstimator.h. |
|
gets the centroids (k-means) Definition at line 199 of file itkKdTreeBasedKmeansEstimator.h. |
|
gets the index-th candidates Definition at line 231 of file itkKdTreeBasedKmeansEstimator.h. References itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::MeasurementVectorSizeType. |
|
Initialize the centroids with the argument. At each iteration, this should be called before filtering Definition at line 182 of file itkKdTreeBasedKmeansEstimator.h. |
|
returns the number of candidate = k Definition at line 177 of file itkKdTreeBasedKmeansEstimator.h. |
|
updates the centroids using the vector sum of measurement vectors that belongs to each centroid and the number of measurement vectors Definition at line 212 of file itkKdTreeBasedKmeansEstimator.h. |