Go to the documentation of this file.
81 #ifndef vtkMultiCorrelativeStatistics_h
82 #define vtkMultiCorrelativeStatistics_h
84 #include "vtkFiltersStatisticsModule.h"
111 vtkSetMacro( MedianAbsoluteDeviation,
bool );
112 vtkGetMacro( MedianAbsoluteDeviation,
bool );
113 vtkBooleanMacro( MedianAbsoluteDeviation,
bool );
152 AssessFunctor*& dfunc )
override;
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
bool MedianAbsoluteDeviation
A class for univariate order statistics.
Composite dataset that organizes datasets into blocks.
A class for multivariate linear correlation.
a simple class to control print indentation
A atomic type representing the union of many types.
virtual void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *)=0
Execute the calculations required by the Learn option, given some input Data.
virtual void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *)=0
Given a collection of models, calculate aggregate model.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)=0
Execute the calculations required by the Assess option.
virtual void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc)=0
A pure virtual method to select the appropriate assessment functor.
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.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data
static vtkTableAlgorithm * New()