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

#include <itkKdTreeBasedKmeansEstimator.h>

Detailed Description

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

Definition at line 184 of file itkKdTreeBasedKmeansEstimator.h.

Public Attributes

CentroidType Centroid
 
int Size
 
CentroidType WeightedCentroid
 

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: