20#ifndef vtkPPCAStatistics_h
21#define vtkPPCAStatistics_h
23#include "vtkFiltersParallelStatisticsModule.h"
26VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
Multiprocessing communication superclass.
A class for univariate order statistics.
vtkMultiProcessController * Controller
~vtkPPCAStatistics() override
static vtkPPCAStatistics * New()
vtkOrderStatistics * CreateOrderStatisticsInstance() override
Return a new vtkOrderStatistics instance.
void Learn(vtkTable *inData, vtkTable *inParameters, vtkStatisticalModel *outMeta) override
Execute the calculations required by the Learn option.
void Test(vtkTable *, vtkStatisticalModel *, vtkTable *) override
Execute the calculations required by the Test option.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
a base class for statistical modeling of other data
A table, which contains similar-typed columns of data.