22 #ifndef vtkPSciVizKMeans_h 23 #define vtkPSciVizKMeans_h 51 vtkSetMacro(MaxNumIterations,
int);
52 vtkGetMacro(MaxNumIterations,
int);
60 vtkSetMacro(Tolerance,
double);
61 vtkGetMacro(Tolerance,
double);
79 #endif // vtkPSciVizKMeans_h
virtual bool PrepareAlgorithm(vtkGenerateStatistics *filter)=0
Subclasses must override this method and configure filter by calling filter->SetStatisticsAlgorithm()...
Abstract base class for computing statistics with vtkStatistics.
void PrintSelf(ostream &os, vtkIndent indent) override
Find k cluster centers and/or assess the closest center and distance to it for each datum...