VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPPCAStatistics Class Reference

A class for parallel principal component analysis. More...

#include <vtkPPCAStatistics.h>

Inheritance diagram for vtkPPCAStatistics:
Inheritance graph
[legend]
Collaboration diagram for vtkPPCAStatistics:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPCAStatistics Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPPCAStatisticsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPPCAStatisticsSafeDownCast (vtkObjectBase *o)
static vtkPPCAStatisticsNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPPCAStatistics ()
 ~vtkPPCAStatistics ()
virtual void Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)
virtual void Test (vtkTable *, vtkMultiBlockDataSet *, vtkTable *)

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

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.

Thanks:
Thanks to Philippe Pebay, David Thompson and Janine Bennett from Sandia National Laboratories for implementing this class.
Tests:
vtkPPCAStatistics (Tests)

Definition at line 43 of file vtkPPCAStatistics.h.


Member Typedef Documentation

Reimplemented from vtkPCAStatistics.

Definition at line 46 of file vtkPPCAStatistics.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkPCAStatistics.

virtual vtkObjectBase* vtkPPCAStatistics::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPCAStatistics.

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.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPCAStatistics.

Get/Set the multiprocess controller. If no controller is set, single process is assumed.

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.


Member Data Documentation

Definition at line 62 of file vtkPPCAStatistics.h.


The documentation for this class was generated from the following file: