ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContingencyStatistics Class Reference

vtkContingencyStatistics - A class for correlation with contigency tables. More...

Inheritance diagram for Kitware.VTK.vtkContingencyStatistics:
[legend]
Collaboration diagram for Kitware.VTK.vtkContingencyStatistics:
[legend]

List of all members.

Public Member Functions

 vtkContingencyStatistics (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContingencyStatistics ()
 Undocumented Block.
override void Aggregate (vtkDataObjectCollection arg0, vtkMultiBlockDataSet arg1)
 Given a collection of models, calculate aggregate model NB: not implemented.
override int IsA (string type)
 Undocumented Block.
new vtkContingencyStatistics NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkContingencyStatistics New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkContingencyStatistics SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContingencyStatistics"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkContingencyStatistics"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkContingencyStatistics_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContingencyStatistics_Aggregate_01 (HandleRef pThis, HandleRef arg0, HandleRef arg1)
static internal int vtkContingencyStatistics_IsA_02 (HandleRef pThis, string type)
static internal int vtkContingencyStatistics_IsTypeOf_03 (string type)
static internal IntPtr vtkContingencyStatistics_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContingencyStatistics_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkContingencyStatistics ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContingencyStatistics - A class for correlation with contigency tables.

Description Given a pair of columns of interest, this class provides the following functionalities, depending on the execution mode it is executed in: Learn: calculate contigency tables and corresponding discrete bivariate probability distribution. Assess: given two columns of interest with the same number of entries as input in port INPUT_DATA, and a corresponding bivariate probability distribution,

Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

Given a collection of models, calculate aggregate model NB: not implemented.

Reimplemented from Kitware.VTK.vtkStatisticsAlgorithm.

override void Kitware.VTK.vtkContingencyStatistics.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

override int Kitware.VTK.vtkContingencyStatistics.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

static new int Kitware.VTK.vtkContingencyStatistics.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_Aggregate_01 ( HandleRef  pThis,
HandleRef  arg0,
HandleRef  arg1 
) [private]
static internal int Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContingencyStatistics.vtkContingencyStatistics_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContingencyStatistics.MRClassNameKey = "24vtkContingencyStatistics" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.

new const string Kitware.VTK.vtkContingencyStatistics.MRFullTypeName = "Kitware.VTK.vtkContingencyStatistics"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBivariateStatisticsAlgorithm.

Reimplemented in Kitware.VTK.vtkPContingencyStatistics.


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