100 #ifndef __vtkKMeansStatistics_h
101 #define __vtkKMeansStatistics_h
127 vtkSetMacro(DefaultNumberOfClusters,
int);
128 vtkGetMacro(DefaultNumberOfClusters,
int);
133 vtkSetStringMacro(KValuesArrayName);
134 vtkGetStringMacro(KValuesArrayName);
140 vtkSetMacro( MaxNumIterations,
int );
141 vtkGetMacro( MaxNumIterations,
int );
147 vtkSetMacro( Tolerance,
double );
148 vtkGetMacro( Tolerance,
double );
200 AssessFunctor*& dfunc );
206 virtual void UpdateClusterCenters(
vtkTable* newClusterElements,
226 int InitializeDataAndClusterCenters(
vtkTable* inParameters,
240 virtual void CreateInitialClusterCenters(
vtkIdType numToAllocate,