65 #ifndef vtkMultiCorrelativeStatistics_h
66 #define vtkMultiCorrelativeStatistics_h
68 #include "vtkFiltersStatisticsModule.h"
71 VTK_ABI_NAMESPACE_BEGIN
95 vtkSetMacro(MedianAbsoluteDeviation,
bool);
96 vtkGetMacro(MedianAbsoluteDeviation,
bool);
97 vtkBooleanMacro(MedianAbsoluteDeviation,
bool);
110 vtkSetMacro(GhostsToSkip,
unsigned char);
111 vtkGetMacro(GhostsToSkip,
unsigned char);
144 AssessFunctor*& dfunc)
override;
171 VTK_ABI_NAMESPACE_END
virtual void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)=0
Execute the calculations required by the Assess option.
static vtkTableAlgorithm * New()
A class for univariate order statistics.
maintain an unordered list of data objects
a vtkAbstractArray subclass for strings
bool MedianAbsoluteDeviation
A type representing the union of many types.
dynamic, self-adjusting array of double
Base class for statistics algorithms.
A class for multivariate linear correlation.
a simple class to control print indentation
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)=0
Given a collection of models, calculate aggregate model.
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
Execute the calculations required by the Learn option, given some input Data.
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
virtual void Derive(vtkMultiBlockDataSet *)=0
Execute the calculations required by the Derive option.
unsigned char GhostsToSkip
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
virtual void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc)=0
A pure virtual method to select the appropriate assessment functor.
vtkIdType NumberOfGhosts
Storing the number of ghosts in the input to avoid computing this value multiple times.
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.