Go to the documentation of this file.
49 #ifndef vtkContingencyStatistics_h
50 #define vtkContingencyStatistics_h
52 #include "vtkFiltersStatisticsModule.h"
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
vtkContingencyStatistics()
A base class for a functor that assesses data.
Composite dataset that organizes datasets into blocks.
void Derive(vtkMultiBlockDataSet *) override
Execute the calculations required by the Derive option.
a simple class to control print indentation
virtual void CalculatePValues(vtkTable *)
Calculate p-value.
A atomic type representing the union of many types.
virtual void SelectAssessFunctor(vtkTable *outData, vtkMultiBlockDataSet *inMeta, vtkIdType pairKey, vtkStringArray *rowNames, AssessFunctor *&dfunc)
Provide the appropriate assessment functor.
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 NB: not implemented.
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option.
~vtkContingencyStatistics() override
static vtkContingencyStatistics * New()
dynamic, self-adjusting array of vtkIdType
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
a vtkAbstractArray subclass for strings
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
void Assess(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Assess option.