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 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 Learn (vtkTable *inData, vtkTable *inParameters, vtkMultiBlockDataSet *outMeta)

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


Member Typedef Documentation

Reimplemented from vtkPCAStatistics.

Definition at line 45 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 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 ( 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::Learn ( vtkTable ,
vtkTable ,
vtkMultiBlockDataSet  
) [protected, virtual]

Execute the calculations required by the Learn option.

Reimplemented from vtkMultiCorrelativeStatistics.


Member Data Documentation

Definition at line 61 of file vtkPPCAStatistics.h.


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