Go to the documentation of this file.
43 #ifndef vtkAutoCorrelativeStatistics_h
44 #define vtkAutoCorrelativeStatistics_h
46 #include "vtkFiltersStatisticsModule.h"
111 { this->Superclass::Assess( inData, inMeta, outData, 1 ); }
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
A base class for a functor that assesses data.
vtkIdType SliceCardinality
Composite dataset that organizes datasets into blocks.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
void Derive(vtkMultiBlockDataSet *) override
Execute the calculations required by the Derive option.
a simple class to control print indentation
static vtkAutoCorrelativeStatistics * New()
A atomic type representing the union of many types.
~vtkAutoCorrelativeStatistics() override
vtkAutoCorrelativeStatistics()
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option, given some input Data NB: input parameters are...
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
void Assess(vtkTable *inData, vtkMultiBlockDataSet *inMeta, vtkTable *outData) override
Execute the calculations required by the Assess option.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
general representation of visualization data
A class for univariate auto-correlative statistics.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.