vtkPPCAStatistics Class Reference

#include <vtkPPCAStatistics.h>

Inheritance diagram for vtkPPCAStatistics:

Inheritance graph
[legend]
Collaboration diagram for vtkPPCAStatistics:

Collaboration graph
[legend]

List of all members.


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 37 of file vtkPPCAStatistics.h.


Public Types

typedef vtkPCAStatistics Superclass

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 vtkPPCAStatistics ()
 ~vtkPPCAStatistics ()
virtual void ExecuteLearn (vtkTable *inData, vtkDataObject *outMeta)

Protected Attributes

vtkMultiProcessControllerController

Member Typedef Documentation

Reimplemented from vtkPCAStatistics.

Definition at line 40 of file vtkPPCAStatistics.h.


Constructor & Destructor Documentation

vtkPPCAStatistics::vtkPPCAStatistics (  )  [protected]

vtkPPCAStatistics::~vtkPPCAStatistics (  )  [protected]


Member Function Documentation

virtual const char* vtkPPCAStatistics::GetClassName (  )  [virtual]

Reimplemented from vtkPCAStatistics.

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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPCAStatistics.

static vtkPPCAStatistics* vtkPPCAStatistics::SafeDownCast ( vtkObject o  )  [static]

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::ExecuteLearn ( vtkTable inData,
vtkDataObject outMeta 
) [protected, virtual]

Execute the calculations required by the Learn option.

Reimplemented from vtkMultiCorrelativeStatistics.


Member Data Documentation

Definition at line 56 of file vtkPPCAStatistics.h.


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

Generated on Wed Jun 3 19:26:51 2009 for VTK by  doxygen 1.5.6