34#ifndef vtkStreamingStatistics_h
35#define vtkStreamingStatistics_h
37#include "vtkFiltersStatisticsModule.h"
maintain an unordered list of data objects
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
Base class for statistics algorithms.
InputPorts
enumeration values to specify input port types
@ INPUT_DATA
Port 0 is for learn data.
@ LEARN_PARAMETERS
Port 1 is for learn parameters (initial guesses, etc.)
@ INPUT_MODEL
Port 2 is for a priori models.
~vtkStreamingStatistics() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual void SetStatisticsAlgorithm(vtkStatisticsAlgorithm *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkStreamingStatistics * New()
OutputIndices
enumeration values to specify output port types
@ OUTPUT_MODEL
Output 1 contains any generated model.
@ OUTPUT_TEST
Output 2 contains result of statistical test(s)
@ OUTPUT_DATA
Output 0 mirrors the input data, plus optional assessment columns.
A table, which contains similar-typed columns of data.