22 #ifndef vtkPSciVizKMeans_h 23 #define vtkPSciVizKMeans_h 51 vtkSetMacro(MaxNumIterations,
int);
52 vtkGetMacro(MaxNumIterations,
int);
60 vtkSetMacro(Tolerance,
double);
61 vtkGetMacro(Tolerance,
double);
81 #endif // vtkPSciVizKMeans_h
virtual int AssessData(vtkTable *observations, vtkDataObject *dataset, vtkMultiBlockDataSet *model)=0
Method subclasses must override to assess an input table given a model of the proper type...
static vtkTableAlgorithm * New()
virtual int LearnAndDerive(vtkMultiBlockDataSet *model, vtkTable *inData)=0
Method subclasses must override to calculate a full model from the given input data.
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...