#include <itkKdTreeBasedKmeansEstimator.h>
Public Methods | |
| CandidateVector () | |
| virtual | ~CandidateVector () |
| int | Size () |
| Candidate & | operator[] (int index) |
| void | SetCentroids (InternalParametersType ¢roids) |
| void | GetCentroids (InternalParametersType ¢roids) |
| void | UpdateCentroids () |
Definition at line 144 of file itkKdTreeBasedKmeansEstimator.h.
|
|||||||||
|
Definition at line 147 of file itkKdTreeBasedKmeansEstimator.h. |
|
|||||||||
|
Definition at line 156 of file itkKdTreeBasedKmeansEstimator.h. |
|
||||||||||
|
gets the centroids (k-means) Definition at line 179 of file itkKdTreeBasedKmeansEstimator.h. |
|
||||||||||
|
gets the index-th candidates Definition at line 211 of file itkKdTreeBasedKmeansEstimator.h. |
|
||||||||||
|
Initialize the centroids with the argument. At each iteration, this should be called before filtering Definition at line 164 of file itkKdTreeBasedKmeansEstimator.h. |
|
||||||||||
|
returns the number of candidate = k Definition at line 159 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 192 of file itkKdTreeBasedKmeansEstimator.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000