Go to the documentation of this file.
49 #ifndef vtkContingencyStatistics_h
50 #define vtkContingencyStatistics_h
52 #include "vtkFiltersStatisticsModule.h"
110 virtual void CalculatePValues(
vtkTable*);
120 AssessFunctor*& dfunc )
override;
129 AssessFunctor*& dfunc );
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
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.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model NB: not implemented.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of vtkIdType
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.
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
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
virtual void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *)=0
Execute the calculations required by the Test option.
static vtkTableAlgorithm * New()