65#ifndef vtkMultiCorrelativeStatistics_h 
   66#define vtkMultiCorrelativeStatistics_h 
   68#include "vtkFiltersStatisticsModule.h"  
   71VTK_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);
 
maintain an unordered list of data objects
 
general representation of visualization data
 
dynamic, self-adjusting array of double
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
A class for multivariate linear correlation.
 
void Derive(vtkMultiBlockDataSet *) override
Execute the calculations required by the Derive option.
 
bool MedianAbsoluteDeviation
 
~vtkMultiCorrelativeStatistics() override
 
virtual vtkOrderStatistics * CreateOrderStatisticsInstance()
Return a new vtkOrderStatistics instance.
 
void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Assess option.
 
vtkMultiCorrelativeStatistics()
 
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
 
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
 
vtkIdType NumberOfGhosts
Storing the number of ghosts in the input to avoid computing this value multiple times.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
unsigned char GhostsToSkip
 
static vtkMultiCorrelativeStatistics * New()
 
void SelectAssessFunctor(vtkTable *inData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
 
virtual void ComputeMedian(vtkTable *inData, vtkTable *outData)
Computes the median of inData with vtkOrderStatistics.
 
A class for univariate order statistics.
 
A base class for a functor that assesses data.
 
Base class for statistics algorithms.
 
a vtkAbstractArray subclass for strings
 
A table, which contains similar-typed columns of data.
 
A type representing the union of many types.