40 #ifndef vtkPContingencyStatistics_h
41 #define vtkPContingencyStatistics_h
43 #include "vtkFiltersParallelStatisticsModule.h"
76 ~vtkPContingencyStatistics();
91 bool Broadcast( vtkIdType,
93 std::
vector<vtkStdString>&,
100 vtkPContingencyStatistics(const vtkPContingencyStatistics&) VTK_DELETE_FUNCTION;
101 void operator=(const vtkPContingencyStatistics&) VTK_DELETE_FUNCTION;
Wrapper around std::string to keep symbols short.
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkContingencyStatistics * New()
A table, which contains similar-typed columns of data.
Composite dataset that organizes datasets into blocks.
A class for parallel bivariate contingency statistics.
Multiprocessing communication superclass.