81 #ifndef vtkMultiCorrelativeStatistics_h
82 #define vtkMultiCorrelativeStatistics_h
84 #include "vtkFiltersStatisticsModule.h"
110 vtkSetMacro(MedianAbsoluteDeviation,
bool);
111 vtkGetMacro(MedianAbsoluteDeviation,
bool);
112 vtkBooleanMacro(MedianAbsoluteDeviation,
bool);
125 vtkSetMacro(GhostsToSkip,
unsigned char);
126 vtkGetMacro(GhostsToSkip,
unsigned char);
159 AssessFunctor*& dfunc)
override;
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 atomic 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.