Go to the documentation of this file.
49 #ifndef vtkContingencyStatistics_h
50 #define vtkContingencyStatistics_h
52 #include "vtkFiltersStatisticsModule.h"
110 virtual
void CalculatePValues(
vtkTable*);
117 void SelectAssessFunctor(
vtkTable* outData,
120 AssessFunctor*& dfunc ) VTK_OVERRIDE;
125 virtual
void SelectAssessFunctor(
vtkTable* outData,
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.
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
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data
static vtkTableAlgorithm * New()