A class for using the statistics filters in a streaming mode.
More...
#include <vtkStreamingStatistics.h>
Inherits vtkTableAlgorithm.
A class for using the statistics filters in a streaming mode.
A class for using the statistics filters in a streaming mode or perhaps an "online, incremental, push" mode.
- Thanks:
- Thanks to the Universe for unfolding in a way that allowed this class to be implemented, also Godzilla for not crushing my computer.
- Examples:
- vtkStreamingStatistics (Examples)
Definition at line 47 of file vtkStreamingStatistics.h.
enumeration values to specify input port types
Enumerator |
---|
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.
|
Definition at line 56 of file vtkStreamingStatistics.h.
enumeration values to specify output port types
Enumerator |
---|
OUTPUT_DATA |
Output 0 mirrors the input data, plus optional assessment columns.
|
OUTPUT_MODEL |
Output 1 contains any generated model.
|
ASSESSMENT |
This is an old, deprecated name for OUTPUT_TEST.
|
OUTPUT_TEST |
Output 2 contains result of statistical test(s)
|
Definition at line 66 of file vtkStreamingStatistics.h.
vtkStreamingStatistics::vtkStreamingStatistics |
( |
| ) |
|
|
protected |
vtkStreamingStatistics::~vtkStreamingStatistics |
( |
| ) |
|
|
protected |
static int vtkStreamingStatistics::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkStreamingStatistics::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkStreamingStatistics::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkStreamingStatistics::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual int vtkStreamingStatistics::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkStreamingStatistics::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkStreamingStatistics::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: