ITK  5.2.0
Insight Toolkit
Public Attributes | List of all members
itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate Struct Reference

#include <itkKdTreeBasedKmeansEstimator.h>

Public Attributes

CentroidType Centroid
 
int Size
 
CentroidType WeightedCentroid
 

Detailed Description

template<typename TKdTree>
struct itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate

Definition at line 183 of file itkKdTreeBasedKmeansEstimator.h.

Member Data Documentation

◆ Centroid

template<typename TKdTree >
CentroidType itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Centroid

◆ Size

template<typename TKdTree >
int itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::Size

◆ WeightedCentroid

template<typename TKdTree >
CentroidType itk::Statistics::KdTreeBasedKmeansEstimator< TKdTree >::CandidateVector::Candidate::WeightedCentroid

The documentation for this struct was generated from the following file: