27#ifndef vtkPContingencyStatistics_h 
   28#define vtkPContingencyStatistics_h 
   31#include "vtkFiltersParallelStatisticsModule.h"  
   35VTK_ABI_NAMESPACE_BEGIN
 
A class for bivariate correlation contigency tables, conditional probabilities, and information entro...
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
Multiprocessing communication superclass.
 
A class for parallel bivariate contingency statistics.
 
vtkPContingencyStatistics()
 
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the parallel calculations required by the Learn option.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
bool Reduce(vtkIdType &, char *, vtkStdString &, vtkIdType &, vtkIdType *, std::vector< vtkIdType > &)
Reduce the collection of local contingency tables to the global one.
 
~vtkPContingencyStatistics() override
 
vtkMultiProcessController * Controller
 
bool Broadcast(vtkIdType, vtkStdString &, std::vector< vtkStdString > &, vtkIdType, std::vector< vtkIdType > &, vtkIdType)
Broadcast reduced contingency table to all processes.
 
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
 
static vtkPContingencyStatistics * New()
 
Wrapper around std::string to keep symbols short.
 
A table, which contains similar-typed columns of data.