VTK
|
A class for parallel principal component analysis. More...
#include <vtkPPCAStatistics.h>
Public Types | |
typedef vtkPCAStatistics | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPPCAStatistics * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPPCAStatistics * | SafeDownCast (vtkObjectBase *o) |
static vtkPPCAStatistics * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPPCAStatistics () | |
~vtkPPCAStatistics () | |
virtual void | Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta) |
virtual void | Test (vtkTable *, vtkMultiBlockDataSet *, vtkTable *) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
A class for parallel principal component analysis.
vtkPPCAStatistics is vtkPCAStatistics subclass for parallel datasets. It learns and derives the global statistical model on each node, but assesses each individual data points on the node that owns it.
Definition at line 43 of file vtkPPCAStatistics.h.
Reimplemented from vtkPCAStatistics.
Definition at line 46 of file vtkPPCAStatistics.h.
vtkPPCAStatistics::vtkPPCAStatistics | ( | ) | [protected] |
vtkPPCAStatistics::~vtkPPCAStatistics | ( | ) | [protected] |
static int vtkPPCAStatistics::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPCAStatistics.
virtual int vtkPPCAStatistics::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPCAStatistics.
static vtkPPCAStatistics* vtkPPCAStatistics::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPCAStatistics.
virtual vtkObjectBase* vtkPPCAStatistics::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPCAStatistics.
vtkPPCAStatistics* vtkPPCAStatistics::NewInstance | ( | ) | const |
Reimplemented from vtkPCAStatistics.
void vtkPPCAStatistics::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPCAStatistics.
static vtkPPCAStatistics* vtkPPCAStatistics::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPCAStatistics.
virtual void vtkPPCAStatistics::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual vtkMultiProcessController* vtkPPCAStatistics::GetController | ( | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual void vtkPPCAStatistics::Learn | ( | vtkTable * | , |
vtkTable * | , | ||
vtkMultiBlockDataSet * | |||
) | [protected, virtual] |
Execute the calculations required by the Learn option.
Reimplemented from vtkMultiCorrelativeStatistics.
virtual void vtkPPCAStatistics::Test | ( | vtkTable * | , |
vtkMultiBlockDataSet * | , | ||
vtkTable * | |||
) | [protected, virtual] |
Execute the calculations required by the Test option. NB: Not implemented for more than 1 processor
Reimplemented from vtkPCAStatistics.
vtkMultiProcessController* vtkPPCAStatistics::Controller [protected] |
Definition at line 62 of file vtkPPCAStatistics.h.