Go to the documentation of this file.
43 #ifndef vtkPContingencyStatistics_h
44 #define vtkPContingencyStatistics_h
46 #include "vtkFiltersParallelStatisticsModule.h"
89 std::vector<vtkIdType>& );
96 std::vector<vtkStdString>&,
98 std::vector<vtkIdType>&,
vtkMultiProcessController * Controller
A table, which contains similar-typed columns of data.
bool Reduce(vtkIdType &, char *, vtkStdString &, vtkIdType &, vtkIdType *, std::vector< vtkIdType > &)
Reduce the collection of local contingency tables to the global one.
Composite dataset that organizes datasets into blocks.
Multiprocessing communication superclass.
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.
bool Broadcast(vtkIdType, vtkStdString &, std::vector< vtkStdString > &, vtkIdType, std::vector< vtkIdType > &, vtkIdType)
Broadcast reduced contingency table to all processes.
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
static vtkPContingencyStatistics * New()
Wrapper around std::string to keep symbols short.
~vtkPContingencyStatistics() override
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the parallel calculations required by the Learn option.
A class for parallel bivariate contingency statistics.
vtkPContingencyStatistics()